Html Css Color HEX #F64E7C French Rose

📋 copy color: '#F64E7C'

red 246 ◦ green 78 ◦ blue 124

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

Shades of French Rose #F64E7C

Tints of French Rose #F64E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.41%

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 54.91%
G = 17.41%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F64E7C (or 0xF64E7C) is known color: French Rose. HEX triplet: F6, 4E and 7C. RGB value is (246,78,124). Sum of RGB (Red+Green+Blue) = 246+78+124=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64E7C is #09B183. Grayscale: #858585. Windows color (decimal): -635268 or 8146678. OLE color: 8146678.

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

Color convert

RGB 246 78 124 -
CMYK 0 0.68 0.50 0.04
HSL 343.57º 0.9% 0.64% -
HSV(B) 343.57º 0.68% 0.96% -
XYZ 44.37 26.5 21.84 -
YUV 133.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 246 78 124 0 0.68 0.50 0.04 343.57 0.9 0.64
Hex F6 4E 7C 0 44 32 4 158 5A 40
Octal 366 116 174 0 104 62 4 530 132 100
Binary 11110110 1001110 1111100 0 1000100 110010 100 101011000 1011010 1000000

Color Harmonies of #F64E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64E7C

Black with #F64E7C

Text Example


Text Example

White with #F64E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64E7C; }

 p { color: rgb(246,78,124); }

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

background-color css

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

 a { background-color: rgb(246,78,124); }

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

border-color css

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

 span { border-color: rgb(246,78,124); }

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