Html Css Color HEX #F5569C Brilliant Rose

📋 copy color: '#F5569C'

red 245 ◦ green 86 ◦ blue 156

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

Shades of Brilliant Rose #F5569C

Tints of Brilliant Rose #F5569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.66%

 BLUE value IS 156 (61.33% from 255) = 32.03%

R = 50.31%
G = 17.66%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5569C (or 0xF5569C) is known color: Brilliant Rose. HEX triplet: F5, 56 and 9C. RGB value is (245,86,156). Sum of RGB (Red+Green+Blue) = 245+86+156=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5569C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5569C is #0AA963. Grayscale: #8D8D8D. Windows color (decimal): -698724 or 10245877. OLE color: 10245877.

HSL color Cylindrical-coordinate representation of color #F5569C: hue angle of 333.58º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5569C is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 86 156 -
CMYK 0 0.65 0.36 0.04
HSL 333.58º 0.89% 0.65% -
HSV(B) 333.58º 0.65% 0.96% -
XYZ 46.98 28.47 34.47 -
YUV 141.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 245 86 156 0 0.65 0.36 0.04 333.58 0.89 0.65
Hex F5 56 9C 0 41 24 4 14E 59 41
Octal 365 126 234 0 101 44 4 516 131 101
Binary 11110101 1010110 10011100 0 1000001 100100 100 101001110 1011001 1000001

Color Harmonies of #F5569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5569C

Black with #F5569C

Text Example


Text Example

White with #F5569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5569C; }

 p { color: rgb(245,86,156); }

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

background-color css

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

 a { background-color: rgb(245,86,156); }

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

border-color css

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

 span { border-color: rgb(245,86,156); }

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