Html Css Color HEX #F64888 French Rose

📋 copy color: '#F64888'

red 246 ◦ green 72 ◦ blue 136

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

Shades of French Rose #F64888

Tints of French Rose #F64888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.96%

R = 54.19%
G = 15.86%
B = 29.96%

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

#F64888 (or 0xF64888) is known color: French Rose. HEX triplet: F6, 48 and 88. RGB value is (246,72,136). Sum of RGB (Red+Green+Blue) = 246+72+136=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F64888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64888 is #09B777. Grayscale: #838383. Windows color (decimal): -636792 or 8931574. OLE color: 8931574.

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

Color convert

RGB 246 72 136 -
CMYK 0 0.71 0.45 0.04
HSL 337.93º 0.91% 0.62% -
HSV(B) 337.93º 0.71% 0.96% -
XYZ 44.77 26.01 25.95 -
YUV 131.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 246 72 136 0 0.71 0.45 0.04 337.93 0.91 0.62
Hex F6 48 88 0 47 2D 4 152 5B 3E
Octal 366 110 210 0 107 55 4 522 133 76
Binary 11110110 1001000 10001000 0 1000111 101101 100 101010010 1011011 111110

Color Harmonies of #F64888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64888

Black with #F64888

Text Example


Text Example

White with #F64888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64888; }

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

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

background-color css

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

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

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

border-color css

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

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

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