Html Css Color HEX #F64C8E French Rose

📋 copy color: '#F64C8E'

red 246 ◦ green 76 ◦ blue 142

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

Shades of French Rose #F64C8E

Tints of French Rose #F64C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 53.02%
G = 16.38%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F64C8E (or 0xF64C8E) is known color: French Rose. HEX triplet: F6, 4C and 8E. RGB value is (246,76,142). Sum of RGB (Red+Green+Blue) = 246+76+142=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64C8E is #09B371. Grayscale: #868686. Windows color (decimal): -635762 or 9325814. OLE color: 9325814.

HSL color Cylindrical-coordinate representation of color #F64C8E: hue angle of 336.71º 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 #F64C8E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 76 142 -
CMYK 0 0.69 0.42 0.04
HSL 336.71º 0.9% 0.63% -
HSV(B) 336.71º 0.69% 0.96% -
XYZ 45.47 26.71 28.35 -
YUV 134.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 246 76 142 0 0.69 0.42 0.04 336.71 0.9 0.63
Hex F6 4C 8E 0 45 2A 4 151 5A 3F
Octal 366 114 216 0 105 52 4 521 132 77
Binary 11110110 1001100 10001110 0 1000101 101010 100 101010001 1011010 111111

Color Harmonies of #F64C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C8E

Black with #F64C8E

Text Example


Text Example

White with #F64C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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