Html Css Color HEX #F55CA6 Brilliant Rose

📋 copy color: '#F55CA6'

red 245 ◦ green 92 ◦ blue 166

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

Shades of Brilliant Rose #F55CA6

Tints of Brilliant Rose #F55CA6

RGB

 RED value IS 245 (96.09% from 255) = 48.71%

 GREEN value IS 92 (36.33% from 255) = 18.29%

 BLUE value IS 166 (65.23% from 255) = 33%

R = 48.71%
G = 18.29%
B = 33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F55CA6 (or 0xF55CA6) is known color: Brilliant Rose. HEX triplet: F5, 5C and A6. RGB value is (245,92,166). Sum of RGB (Red+Green+Blue) = 245+92+166=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55CA6 is #0AA359. Grayscale: #929292. Windows color (decimal): -697178 or 10902773. OLE color: 10902773.

HSL color Cylindrical-coordinate representation of color #F55CA6: hue angle of 330.98º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55CA6 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 92 166 -
CMYK 0 0.62 0.32 0.04
HSL 330.98º 0.88% 0.66% -
HSV(B) 330.98º 0.62% 0.96% -
XYZ 48.37 29.82 39.28 -
YUV 146.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 245 92 166 0 0.62 0.32 0.04 330.98 0.88 0.66
Hex F5 5C A6 0 3E 20 4 14B 58 42
Octal 365 134 246 0 76 40 4 513 130 102
Binary 11110101 1011100 10100110 0 111110 100000 100 101001011 1011000 1000010

Color Harmonies of #F55CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55CA6

Black with #F55CA6

Text Example


Text Example

White with #F55CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55CA6; }

 p { color: rgb(245,92,166); }

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

background-color css

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

 a { background-color: rgb(245,92,166); }

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

border-color css

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

 span { border-color: rgb(245,92,166); }

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