Html Css Color HEX #F05288 French Rose

📋 copy color: '#F05288'

red 240 ◦ green 82 ◦ blue 136

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

Shades of French Rose #F05288

Tints of French Rose #F05288

RGB

 RED value IS 240 (94.14% from 255) = 52.4%

 GREEN value IS 82 (32.42% from 255) = 17.9%

 BLUE value IS 136 (53.52% from 255) = 29.69%

R = 52.4%
G = 17.9%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F05288 (or 0xF05288) is known color: French Rose. HEX triplet: F0, 52 and 88. RGB value is (240,82,136). Sum of RGB (Red+Green+Blue) = 240+82+136=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F05288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05288 is #0FAD77. Grayscale: #878787. Windows color (decimal): -1027448 or 8934128. OLE color: 8934128.

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

Color convert

RGB 240 82 136 -
CMYK 0 0.66 0.43 0.06
HSL 339.49º 0.84% 0.63% -
HSV(B) 339.49º 0.66% 0.94% -
XYZ 43.4 26.34 26.09 -
YUV 135.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 240 82 136 0 0.66 0.43 0.06 339.49 0.84 0.63
Hex F0 52 88 0 42 2B 6 153 54 3F
Octal 360 122 210 0 102 53 6 523 124 77
Binary 11110000 1010010 10001000 0 1000010 101011 110 101010011 1010100 111111

Color Harmonies of #F05288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05288

Black with #F05288

Text Example


Text Example

White with #F05288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05288; }

 p { color: rgb(240,82,136); }

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

background-color css

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

 a { background-color: rgb(240,82,136); }

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

border-color css

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

 span { border-color: rgb(240,82,136); }

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