Html Css Color HEX #F64A87 French Rose

📋 copy color: '#F64A87'

red 246 ◦ green 74 ◦ blue 135

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

Shades of French Rose #F64A87

Tints of French Rose #F64A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.26%

 BLUE value IS 135 (53.13% from 255) = 29.67%

R = 54.07%
G = 16.26%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F64A87 (or 0xF64A87) is known color: French Rose. HEX triplet: F6, 4A and 87. RGB value is (246,74,135). Sum of RGB (Red+Green+Blue) = 246+74+135=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64A87 is #09B578. Grayscale: #848484. Windows color (decimal): -636281 or 8866550. OLE color: 8866550.

HSL color Cylindrical-coordinate representation of color #F64A87: hue angle of 338.72º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64A87 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 74 135 -
CMYK 0 0.70 0.45 0.04
HSL 338.72º 0.91% 0.63% -
HSV(B) 338.72º 0.7% 0.96% -
XYZ 44.83 26.24 25.62 -
YUV 132.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 246 74 135 0 0.70 0.45 0.04 338.72 0.91 0.63
Hex F6 4A 87 0 46 2D 4 153 5B 3F
Octal 366 112 207 0 106 55 4 523 133 77
Binary 11110110 1001010 10000111 0 1000110 101101 100 101010011 1011011 111111

Color Harmonies of #F64A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64A87

Black with #F64A87

Text Example


Text Example

White with #F64A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64A87; }

 p { color: rgb(246,74,135); }

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

background-color css

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

 a { background-color: rgb(246,74,135); }

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

border-color css

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

 span { border-color: rgb(246,74,135); }

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