Html Css Color HEX #F55D99 Brilliant Rose

📋 copy color: '#F55D99'

red 245 ◦ green 93 ◦ blue 153

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

Shades of Brilliant Rose #F55D99

Tints of Brilliant Rose #F55D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.94%

 BLUE value IS 153 (60.16% from 255) = 31.16%

R = 49.9%
G = 18.94%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F55D99 (or 0xF55D99) is known color: Brilliant Rose. HEX triplet: F5, 5D and 99. RGB value is (245,93,153). Sum of RGB (Red+Green+Blue) = 245+93+153=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55D99 is #0AA266. Grayscale: #919191. Windows color (decimal): -696935 or 10051061. OLE color: 10051061.

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

Color convert

RGB 245 93 153 -
CMYK 0 0.62 0.38 0.04
HSL 336.32º 0.88% 0.66% -
HSV(B) 336.32º 0.62% 0.96% -
XYZ 47.32 29.54 33.34 -
YUV 145.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 245 93 153 0 0.62 0.38 0.04 336.32 0.88 0.66
Hex F5 5D 99 0 3E 26 4 150 58 42
Octal 365 135 231 0 76 46 4 520 130 102
Binary 11110101 1011101 10011001 0 111110 100110 100 101010000 1011000 1000010

Color Harmonies of #F55D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D99

Black with #F55D99

Text Example


Text Example

White with #F55D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D99; }

 p { color: rgb(245,93,153); }

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

background-color css

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

 a { background-color: rgb(245,93,153); }

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

border-color css

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

 span { border-color: rgb(245,93,153); }

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