Html Css Color HEX #F05894 French Rose

📋 copy color: '#F05894'

red 240 ◦ green 88 ◦ blue 148

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

Shades of French Rose #F05894

Tints of French Rose #F05894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 50.42%
G = 18.49%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F05894 (or 0xF05894) is known color: French Rose. HEX triplet: F0, 58 and 94. RGB value is (240,88,148). Sum of RGB (Red+Green+Blue) = 240+88+148=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F05894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05894 is #0FA76B. Grayscale: #8C8C8C. Windows color (decimal): -1025900 or 9722096. OLE color: 9722096.

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

Color convert

RGB 240 88 148 -
CMYK 0 0.63 0.38 0.06
HSL 336.32º 0.84% 0.64% -
HSV(B) 336.32º 0.63% 0.94% -
XYZ 44.77 27.64 30.99 -
YUV 140.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 240 88 148 0 0.63 0.38 0.06 336.32 0.84 0.64
Hex F0 58 94 0 3F 26 6 150 54 40
Octal 360 130 224 0 77 46 6 520 124 100
Binary 11110000 1011000 10010100 0 111111 100110 110 101010000 1010100 1000000

Color Harmonies of #F05894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05894

Black with #F05894

Text Example


Text Example

White with #F05894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05894; }

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

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

background-color css

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

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

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

border-color css

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

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

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