Html Css Color HEX #F64887 French Rose

📋 copy color: '#F64887'

red 246 ◦ green 72 ◦ blue 135

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

Shades of French Rose #F64887

Tints of French Rose #F64887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.89%

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

R = 54.3%
G = 15.89%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F64887 (or 0xF64887) is known color: French Rose. HEX triplet: F6, 48 and 87. RGB value is (246,72,135). Sum of RGB (Red+Green+Blue) = 246+72+135=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F64887 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64887 is #09B778. Grayscale: #838383. Windows color (decimal): -636793 or 8866038. OLE color: 8866038.

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

Color convert

RGB 246 72 135 -
CMYK 0 0.71 0.45 0.04
HSL 338.28º 0.91% 0.62% -
HSV(B) 338.28º 0.71% 0.96% -
XYZ 44.7 25.98 25.58 -
YUV 131.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 246 72 135 0 0.71 0.45 0.04 338.28 0.91 0.62
Hex F6 48 87 0 47 2D 4 152 5B 3E
Octal 366 110 207 0 107 55 4 522 133 76
Binary 11110110 1001000 10000111 0 1000111 101101 100 101010010 1011011 111110

Color Harmonies of #F64887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64887

Black with #F64887

Text Example


Text Example

White with #F64887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64887; }

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

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

background-color css

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

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

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

border-color css

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

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

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