Html Css Color HEX #F55F92 French Rose

📋 copy color: '#F55F92'

red 245 ◦ green 95 ◦ blue 146

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

Shades of French Rose #F55F92

Tints of French Rose #F55F92

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.55%

 BLUE value IS 146 (57.42% from 255) = 30.04%

R = 50.41%
G = 19.55%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F55F92 (or 0xF55F92) is known color: French Rose. HEX triplet: F5, 5F and 92. RGB value is (245,95,146). Sum of RGB (Red+Green+Blue) = 245+95+146=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55F92 is #0AA06D. Grayscale: #919191. Windows color (decimal): -696430 or 9592821. OLE color: 9592821.

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

Color convert

RGB 245 95 146 -
CMYK 0 0.61 0.40 0.04
HSL 339.6º 0.88% 0.67% -
HSV(B) 339.6º 0.61% 0.96% -
XYZ 46.94 29.67 30.45 -
YUV 145.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 245 95 146 0 0.61 0.40 0.04 339.6 0.88 0.67
Hex F5 5F 92 0 3D 28 4 154 58 43
Octal 365 137 222 0 75 50 4 524 130 103
Binary 11110101 1011111 10010010 0 111101 101000 100 101010100 1011000 1000011

Color Harmonies of #F55F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F92

Black with #F55F92

Text Example


Text Example

White with #F55F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F92; }

 p { color: rgb(245,95,146); }

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

background-color css

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

 a { background-color: rgb(245,95,146); }

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

border-color css

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

 span { border-color: rgb(245,95,146); }

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