Html Css Color HEX #F64C8D French Rose

📋 copy color: '#F64C8D'

red 246 ◦ green 76 ◦ blue 141

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

Shades of French Rose #F64C8D

Tints of French Rose #F64C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 53.13%
G = 16.41%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F64C8D (or 0xF64C8D) is known color: French Rose. HEX triplet: F6, 4C and 8D. RGB value is (246,76,141). Sum of RGB (Red+Green+Blue) = 246+76+141=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64C8D is #09B372. Grayscale: #868686. Windows color (decimal): -635763 or 9260278. OLE color: 9260278.

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

Color convert

RGB 246 76 141 -
CMYK 0 0.69 0.43 0.04
HSL 337.06º 0.9% 0.63% -
HSV(B) 337.06º 0.69% 0.96% -
XYZ 45.4 26.68 27.96 -
YUV 134.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 246 76 141 0 0.69 0.43 0.04 337.06 0.9 0.63
Hex F6 4C 8D 0 45 2B 4 151 5A 3F
Octal 366 114 215 0 105 53 4 521 132 77
Binary 11110110 1001100 10001101 0 1000101 101011 100 101010001 1011010 111111

Color Harmonies of #F64C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C8D

Black with #F64C8D

Text Example


Text Example

White with #F64C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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