Html Css Color HEX #F35EAA Brilliant Rose

📋 copy color: '#F35EAA'

red 243 ◦ green 94 ◦ blue 170

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

Shades of Brilliant Rose #F35EAA

Tints of Brilliant Rose #F35EAA

RGB

 RED value IS 243 (95.31% from 255) = 47.93%

 GREEN value IS 94 (37.11% from 255) = 18.54%

 BLUE value IS 170 (66.8% from 255) = 33.53%

R = 47.93%
G = 18.54%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F35EAA (or 0xF35EAA) is known color: Brilliant Rose. HEX triplet: F3, 5E and AA. RGB value is (243,94,170). Sum of RGB (Red+Green+Blue) = 243+94+170=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35EAA is #0CA155. Grayscale: #939393. Windows color (decimal): -827734 or 11165427. OLE color: 11165427.

HSL color Cylindrical-coordinate representation of color #F35EAA: hue angle of 329.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35EAA is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 94 170 -
CMYK 0 0.61 0.30 0.05
HSL 329.4º 0.86% 0.66% -
HSV(B) 329.4º 0.61% 0.95% -
XYZ 48.22 29.96 41.27 -
YUV 147.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 243 94 170 0 0.61 0.30 0.05 329.4 0.86 0.66
Hex F3 5E AA 0 3D 1E 5 149 56 42
Octal 363 136 252 0 75 36 5 511 126 102
Binary 11110011 1011110 10101010 0 111101 11110 101 101001001 1010110 1000010

Color Harmonies of #F35EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35EAA

Black with #F35EAA

Text Example


Text Example

White with #F35EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35EAA; }

 p { color: rgb(243,94,170); }

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

background-color css

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

 a { background-color: rgb(243,94,170); }

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

border-color css

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

 span { border-color: rgb(243,94,170); }

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