Html Css Color HEX #F05089 French Rose

📋 copy color: '#F05089'

red 240 ◦ green 80 ◦ blue 137

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

Shades of French Rose #F05089

Tints of French Rose #F05089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.51%

 BLUE value IS 137 (53.91% from 255) = 29.98%

R = 52.52%
G = 17.51%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F05089 (or 0xF05089) is known color: French Rose. HEX triplet: F0, 50 and 89. RGB value is (240,80,137). Sum of RGB (Red+Green+Blue) = 240+80+137=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F05089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05089 is #0FAF76. Grayscale: #868686. Windows color (decimal): -1027959 or 8999152. OLE color: 8999152.

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

Color convert

RGB 240 80 137 -
CMYK 0 0.67 0.43 0.06
HSL 338.63º 0.84% 0.63% -
HSV(B) 338.63º 0.67% 0.94% -
XYZ 43.32 26.07 26.42 -
YUV 134.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 240 80 137 0 0.67 0.43 0.06 338.63 0.84 0.63
Hex F0 50 89 0 43 2B 6 153 54 3F
Octal 360 120 211 0 103 53 6 523 124 77
Binary 11110000 1010000 10001001 0 1000011 101011 110 101010011 1010100 111111

Color Harmonies of #F05089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05089

Black with #F05089

Text Example


Text Example

White with #F05089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05089; }

 p { color: rgb(240,80,137); }

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

background-color css

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

 a { background-color: rgb(240,80,137); }

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

border-color css

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

 span { border-color: rgb(240,80,137); }

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