Html Css Color HEX #F64D7E French Rose

📋 copy color: '#F64D7E'

red 246 ◦ green 77 ◦ blue 126

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

Shades of French Rose #F64D7E

Tints of French Rose #F64D7E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.15%

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 54.79%
G = 17.15%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F64D7E (or 0xF64D7E) is known color: French Rose. HEX triplet: F6, 4D and 7E. RGB value is (246,77,126). Sum of RGB (Red+Green+Blue) = 246+77+126=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D7E is #09B281. Grayscale: #858585. Windows color (decimal): -635522 or 8277494. OLE color: 8277494.

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

Color convert

RGB 246 77 126 -
CMYK 0 0.69 0.49 0.04
HSL 342.6º 0.9% 0.63% -
HSV(B) 342.6º 0.69% 0.96% -
XYZ 44.43 26.41 22.49 -
YUV 133.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 246 77 126 0 0.69 0.49 0.04 342.6 0.9 0.63
Hex F6 4D 7E 0 45 31 4 157 5A 3F
Octal 366 115 176 0 105 61 4 527 132 77
Binary 11110110 1001101 1111110 0 1000101 110001 100 101010111 1011010 111111

Color Harmonies of #F64D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D7E

Black with #F64D7E

Text Example


Text Example

White with #F64D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D7E; }

 p { color: rgb(246,77,126); }

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

background-color css

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

 a { background-color: rgb(246,77,126); }

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

border-color css

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

 span { border-color: rgb(246,77,126); }

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