Html Css Color HEX #F64881 French Rose

📋 copy color: '#F64881'

red 246 ◦ green 72 ◦ blue 129

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

Shades of French Rose #F64881

Tints of French Rose #F64881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 55.03%
G = 16.11%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F64881 (or 0xF64881) is known color: French Rose. HEX triplet: F6, 48 and 81. RGB value is (246,72,129). Sum of RGB (Red+Green+Blue) = 246+72+129=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F64881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64881 is #09B77E. Grayscale: #828282. Windows color (decimal): -636799 or 8472822. OLE color: 8472822.

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

Color convert

RGB 246 72 129 -
CMYK 0 0.71 0.48 0.04
HSL 340.34º 0.91% 0.62% -
HSV(B) 340.34º 0.71% 0.96% -
XYZ 44.29 25.81 23.42 -
YUV 130.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 246 72 129 0 0.71 0.48 0.04 340.34 0.91 0.62
Hex F6 48 81 0 47 30 4 154 5B 3E
Octal 366 110 201 0 107 60 4 524 133 76
Binary 11110110 1001000 10000001 0 1000111 110000 100 101010100 1011011 111110

Color Harmonies of #F64881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64881

Black with #F64881

Text Example


Text Example

White with #F64881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64881; }

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

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

background-color css

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

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

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

border-color css

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

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

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