Html Css Color HEX #F64992 French Rose

📋 copy color: '#F64992'

red 246 ◦ green 73 ◦ blue 146

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

Shades of French Rose #F64992

Tints of French Rose #F64992

RGB

 RED value IS 246 (96.48% from 255) = 52.9%

 GREEN value IS 73 (28.91% from 255) = 15.7%

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

R = 52.9%
G = 15.7%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F64992 (or 0xF64992) is known color: French Rose. HEX triplet: F6, 49 and 92. RGB value is (246,73,146). Sum of RGB (Red+Green+Blue) = 246+73+146=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F64992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64992 is #09B66D. Grayscale: #848484. Windows color (decimal): -636526 or 9587190. OLE color: 9587190.

HSL color Cylindrical-coordinate representation of color #F64992: hue angle of 334.68º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64992 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 73 146 -
CMYK 0 0.70 0.41 0.04
HSL 334.68º 0.91% 0.63% -
HSV(B) 334.68º 0.7% 0.96% -
XYZ 45.58 26.43 29.89 -
YUV 133.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 246 73 146 0 0.70 0.41 0.04 334.68 0.91 0.63
Hex F6 49 92 0 46 29 4 14F 5B 3F
Octal 366 111 222 0 106 51 4 517 133 77
Binary 11110110 1001001 10010010 0 1000110 101001 100 101001111 1011011 111111

Color Harmonies of #F64992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64992

Black with #F64992

Text Example


Text Example

White with #F64992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64992; }

 p { color: rgb(246,73,146); }

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

background-color css

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

 a { background-color: rgb(246,73,146); }

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

border-color css

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

 span { border-color: rgb(246,73,146); }

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