Html Css Color HEX #F05892 French Rose

📋 copy color: '#F05892'

red 240 ◦ green 88 ◦ blue 146

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

Shades of French Rose #F05892

Tints of French Rose #F05892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.57%

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

R = 50.63%
G = 18.57%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F05892 (or 0xF05892) is known color: French Rose. HEX triplet: F0, 58 and 92. RGB value is (240,88,146). Sum of RGB (Red+Green+Blue) = 240+88+146=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F05892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05892 is #0FA76D. Grayscale: #8B8B8B. Windows color (decimal): -1025902 or 9591024. OLE color: 9591024.

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

Color convert

RGB 240 88 146 -
CMYK 0 0.63 0.39 0.06
HSL 337.11º 0.84% 0.64% -
HSV(B) 337.11º 0.63% 0.94% -
XYZ 44.61 27.58 30.17 -
YUV 140.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 240 88 146 0 0.63 0.39 0.06 337.11 0.84 0.64
Hex F0 58 92 0 3F 27 6 151 54 40
Octal 360 130 222 0 77 47 6 521 124 100
Binary 11110000 1011000 10010010 0 111111 100111 110 101010001 1010100 1000000

Color Harmonies of #F05892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05892

Black with #F05892

Text Example


Text Example

White with #F05892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05892; }

 p { color: rgb(240,88,146); }

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

background-color css

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

 a { background-color: rgb(240,88,146); }

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

border-color css

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

 span { border-color: rgb(240,88,146); }

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