Html Css Color HEX #F64D8A French Rose

📋 copy color: '#F64D8A'

red 246 ◦ green 77 ◦ blue 138

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

Shades of French Rose #F64D8A

Tints of French Rose #F64D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 53.36%
G = 16.7%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F64D8A (or 0xF64D8A) is known color: French Rose. HEX triplet: F6, 4D and 8A. RGB value is (246,77,138). Sum of RGB (Red+Green+Blue) = 246+77+138=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64D8A is #09B275. Grayscale: #868686. Windows color (decimal): -635510 or 9063926. OLE color: 9063926.

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

Color convert

RGB 246 77 138 -
CMYK 0 0.69 0.44 0.04
HSL 338.34º 0.9% 0.63% -
HSV(B) 338.34º 0.69% 0.96% -
XYZ 45.25 26.74 26.82 -
YUV 134.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 246 77 138 0 0.69 0.44 0.04 338.34 0.9 0.63
Hex F6 4D 8A 0 45 2C 4 152 5A 3F
Octal 366 115 212 0 105 54 4 522 132 77
Binary 11110110 1001101 10001010 0 1000101 101100 100 101010010 1011010 111111

Color Harmonies of #F64D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D8A

Black with #F64D8A

Text Example


Text Example

White with #F64D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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