Html Css Color HEX #F05192 French Rose

📋 copy color: '#F05192'

red 240 ◦ green 81 ◦ blue 146

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

Shades of French Rose #F05192

Tints of French Rose #F05192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.34%

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

R = 51.39%
G = 17.34%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F05192 (or 0xF05192) is known color: French Rose. HEX triplet: F0, 51 and 92. RGB value is (240,81,146). Sum of RGB (Red+Green+Blue) = 240+81+146=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F05192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05192 is #0FAE6D. Grayscale: #878787. Windows color (decimal): -1027694 or 9589232. OLE color: 9589232.

HSL color Cylindrical-coordinate representation of color #F05192: hue angle of 335.47º 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 #F05192 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 146 -
CMYK 0 0.66 0.39 0.06
HSL 335.47º 0.84% 0.63% -
HSV(B) 335.47º 0.66% 0.94% -
XYZ 44.07 26.49 29.98 -
YUV 135.95 133.68 202.21 -
System Red Green Blue C M Y K H S L
Decimal 240 81 146 0 0.66 0.39 0.06 335.47 0.84 0.63
Hex F0 51 92 0 42 27 6 14F 54 3F
Octal 360 121 222 0 102 47 6 517 124 77
Binary 11110000 1010001 10010010 0 1000010 100111 110 101001111 1010100 111111

Color Harmonies of #F05192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05192

Black with #F05192

Text Example


Text Example

White with #F05192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05192; }

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

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

background-color css

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

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

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

border-color css

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

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

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