Html Css Color HEX #F05694 French Rose

📋 copy color: '#F05694'

red 240 ◦ green 86 ◦ blue 148

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

Shades of French Rose #F05694

Tints of French Rose #F05694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.14%

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

R = 50.63%
G = 18.14%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F05694 (or 0xF05694) is known color: French Rose. HEX triplet: F0, 56 and 94. RGB value is (240,86,148). Sum of RGB (Red+Green+Blue) = 240+86+148=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F05694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05694 is #0FA96B. Grayscale: #8B8B8B. Windows color (decimal): -1026412 or 9721584. OLE color: 9721584.

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

Color convert

RGB 240 86 148 -
CMYK 0 0.64 0.38 0.06
HSL 335.84º 0.84% 0.64% -
HSV(B) 335.84º 0.64% 0.94% -
XYZ 44.61 27.32 30.94 -
YUV 139.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 240 86 148 0 0.64 0.38 0.06 335.84 0.84 0.64
Hex F0 56 94 0 40 26 6 150 54 40
Octal 360 126 224 0 100 46 6 520 124 100
Binary 11110000 1010110 10010100 0 1000000 100110 110 101010000 1010100 1000000

Color Harmonies of #F05694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05694

Black with #F05694

Text Example


Text Example

White with #F05694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05694; }

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

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

background-color css

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

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

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

border-color css

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

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

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