Html Css Color HEX #F64C92 French Rose

📋 copy color: '#F64C92'

red 246 ◦ green 76 ◦ blue 146

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

Shades of French Rose #F64C92

Tints of French Rose #F64C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.24%

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

R = 52.56%
G = 16.24%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F64C92 (or 0xF64C92) is known color: French Rose. HEX triplet: F6, 4C and 92. RGB value is (246,76,146). Sum of RGB (Red+Green+Blue) = 246+76+146=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64C92 is #09B36D. Grayscale: #868686. Windows color (decimal): -635758 or 9587958. OLE color: 9587958.

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

Color convert

RGB 246 76 146 -
CMYK 0 0.69 0.41 0.04
HSL 335.29º 0.9% 0.63% -
HSV(B) 335.29º 0.69% 0.96% -
XYZ 45.78 26.84 29.96 -
YUV 134.81 134.32 207.31 -
System Red Green Blue C M Y K H S L
Decimal 246 76 146 0 0.69 0.41 0.04 335.29 0.9 0.63
Hex F6 4C 92 0 45 29 4 14F 5A 3F
Octal 366 114 222 0 105 51 4 517 132 77
Binary 11110110 1001100 10010010 0 1000101 101001 100 101001111 1011010 111111

Color Harmonies of #F64C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C92

Black with #F64C92

Text Example


Text Example

White with #F64C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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