Html Css Color HEX #F05388 French Rose

📋 copy color: '#F05388'

red 240 ◦ green 83 ◦ blue 136

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

Shades of French Rose #F05388

Tints of French Rose #F05388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.08%

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

R = 52.29%
G = 18.08%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F05388 (or 0xF05388) is known color: French Rose. HEX triplet: F0, 53 and 88. RGB value is (240,83,136). Sum of RGB (Red+Green+Blue) = 240+83+136=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F05388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05388 is #0FAC77. Grayscale: #878787. Windows color (decimal): -1027192 or 8934384. OLE color: 8934384.

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

Color convert

RGB 240 83 136 -
CMYK 0 0.65 0.43 0.06
HSL 339.75º 0.84% 0.63% -
HSV(B) 339.75º 0.65% 0.94% -
XYZ 43.47 26.49 26.11 -
YUV 135.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 240 83 136 0 0.65 0.43 0.06 339.75 0.84 0.63
Hex F0 53 88 0 41 2B 6 154 54 3F
Octal 360 123 210 0 101 53 6 524 124 77
Binary 11110000 1010011 10001000 0 1000001 101011 110 101010100 1010100 111111

Color Harmonies of #F05388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05388

Black with #F05388

Text Example


Text Example

White with #F05388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05388; }

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

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

background-color css

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

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

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

border-color css

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

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

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