Html Css Color HEX #F5569D Brilliant Rose

📋 copy color: '#F5569D'

red 245 ◦ green 86 ◦ blue 157

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

Shades of Brilliant Rose #F5569D

Tints of Brilliant Rose #F5569D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.17%

R = 50.2%
G = 17.62%
B = 32.17%

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

#F5569D (or 0xF5569D) is known color: Brilliant Rose. HEX triplet: F5, 56 and 9D. RGB value is (245,86,157). Sum of RGB (Red+Green+Blue) = 245+86+157=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5569D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5569D is #0AA962. Grayscale: #8D8D8D. Windows color (decimal): -698723 or 10311413. OLE color: 10311413.

HSL color Cylindrical-coordinate representation of color #F5569D: hue angle of 333.21º 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 #F5569D is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 86 157 -
CMYK 0 0.65 0.36 0.04
HSL 333.21º 0.89% 0.65% -
HSV(B) 333.21º 0.65% 0.96% -
XYZ 47.07 28.5 34.92 -
YUV 141.64 136.68 201.73 -
System Red Green Blue C M Y K H S L
Decimal 245 86 157 0 0.65 0.36 0.04 333.21 0.89 0.65
Hex F5 56 9D 0 41 24 4 14D 59 41
Octal 365 126 235 0 101 44 4 515 131 101
Binary 11110101 1010110 10011101 0 1000001 100100 100 101001101 1011001 1000001

Color Harmonies of #F5569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5569D

Black with #F5569D

Text Example


Text Example

White with #F5569D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5569D; }

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

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

background-color css

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

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

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

border-color css

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

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

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