Html Css Color HEX #FF93F3 Pale Magenta

📋 copy color: '#FF93F3'

red 255 ◦ green 147 ◦ blue 243

#FF93F3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FF93F3

Tints of Pale Magenta #FF93F3

RGB

 RED value IS 255 (100% from 255) = 39.53%

 GREEN value IS 147 (57.81% from 255) = 22.79%

 BLUE value IS 243 (95.31% from 255) = 37.67%

R = 39.53%
G = 22.79%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF93F3 (or 0xFF93F3) is known color: Pale Magenta. HEX triplet: FF, 93 and F3. RGB value is (255,147,243). Sum of RGB (Red+Green+Blue) = 255+147+243=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 147 (57.81% from 255 or 22.79% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93F3 is #006C0C. Grayscale: #BDBDBD. Windows color (decimal): -27661 or 15963135. OLE color: 15963135.

HSL color Cylindrical-coordinate representation of color #FF93F3: hue angle of 306.67º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF93F3 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 147 243 -
CMYK 0 0.42 0.05 0
HSL 306.67º 1% 0.79% -
HSV(B) 306.67º 0.42% 1% -
XYZ 67.85 48.6 90.6 -
YUV 190.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 255 147 243 0 0.42 0.05 0 306.67 1 0.79
Hex FF 93 F3 0 2A 5 0 133 64 4F
Octal 377 223 363 0 52 5 0 463 144 117
Binary 11111111 10010011 11110011 0 101010 101 0 100110011 1100100 1001111

Color Harmonies of #FF93F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93F3

Black with #FF93F3

Text Example


Text Example

White with #FF93F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93F3; }

 p { color: rgb(255,147,243); }

 H1.HeaderClassName
 {
   color: #FF93F3;
 }
 .AnyTagClassName
 {
   color: #FF93F3;
 }
</style>

background-color css

<style>
 a { background-color: #FF93F3; }

 a { background-color: rgb(255,147,243); }

 div.DivClassName
 {
   background-color: #FF93F3;
 }
 .BgClassName
 {
   background-color: #FF93F3;
 }
</style>

border-color css

<style>
 span { border-color: #FF93F3; }

 span { border-color: rgb(255,147,243); }

 td.TdClassName
 {
   border-color: #FF93F3;
 }
 .TagClassName
 {
   border-color: #FF93F3;
 }
</style>