Html Css Color HEX #F05488 French Rose

📋 copy color: '#F05488'

red 240 ◦ green 84 ◦ blue 136

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

Shades of French Rose #F05488

Tints of French Rose #F05488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.26%

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

R = 52.17%
G = 18.26%
B = 29.57%

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

#F05488 (or 0xF05488) is known color: French Rose. HEX triplet: F0, 54 and 88. RGB value is (240,84,136). Sum of RGB (Red+Green+Blue) = 240+84+136=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F05488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05488 is #0FAB77. Grayscale: #888888. Windows color (decimal): -1026936 or 8934640. OLE color: 8934640.

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

Color convert

RGB 240 84 136 -
CMYK 0 0.65 0.43 0.06
HSL 340º 0.84% 0.64% -
HSV(B) 340º 0.65% 0.94% -
XYZ 43.55 26.64 26.14 -
YUV 136.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 240 84 136 0 0.65 0.43 0.06 340 0.84 0.64
Hex F0 54 88 0 41 2B 6 154 54 40
Octal 360 124 210 0 101 53 6 524 124 100
Binary 11110000 1010100 10001000 0 1000001 101011 110 101010100 1010100 1000000

Color Harmonies of #F05488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05488

Black with #F05488

Text Example


Text Example

White with #F05488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05488; }

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

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

background-color css

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

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

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

border-color css

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

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

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