Html Css Color HEX #F55B8C French Rose

📋 copy color: '#F55B8C'

red 245 ◦ green 91 ◦ blue 140

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

Shades of French Rose #F55B8C

Tints of French Rose #F55B8C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.12%

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 51.47%
G = 19.12%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F55B8C (or 0xF55B8C) is known color: French Rose. HEX triplet: F5, 5B and 8C. RGB value is (245,91,140). Sum of RGB (Red+Green+Blue) = 245+91+140=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55B8C is #0AA473. Grayscale: #8E8E8E. Windows color (decimal): -697460 or 9198581. OLE color: 9198581.

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

Color convert

RGB 245 91 140 -
CMYK 0 0.63 0.43 0.04
HSL 340.91º 0.89% 0.66% -
HSV(B) 340.91º 0.63% 0.96% -
XYZ 46.13 28.79 27.94 -
YUV 142.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 245 91 140 0 0.63 0.43 0.04 340.91 0.89 0.66
Hex F5 5B 8C 0 3F 2B 4 155 59 42
Octal 365 133 214 0 77 53 4 525 131 102
Binary 11110101 1011011 10001100 0 111111 101011 100 101010101 1011001 1000010

Color Harmonies of #F55B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55B8C

Black with #F55B8C

Text Example


Text Example

White with #F55B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55B8C; }

 p { color: rgb(245,91,140); }

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

background-color css

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

 a { background-color: rgb(245,91,140); }

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

border-color css

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

 span { border-color: rgb(245,91,140); }

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