Html Css Color HEX #F64C90 French Rose

📋 copy color: '#F64C90'

red 246 ◦ green 76 ◦ blue 144

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

Shades of French Rose #F64C90

Tints of French Rose #F64C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 52.79%
G = 16.31%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F64C90 (or 0xF64C90) is known color: French Rose. HEX triplet: F6, 4C and 90. RGB value is (246,76,144). Sum of RGB (Red+Green+Blue) = 246+76+144=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64C90 is #09B36F. Grayscale: #868686. Windows color (decimal): -635760 or 9456886. OLE color: 9456886.

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

Color convert

RGB 246 76 144 -
CMYK 0 0.69 0.41 0.04
HSL 336º 0.9% 0.63% -
HSV(B) 336º 0.69% 0.96% -
XYZ 45.62 26.78 29.15 -
YUV 134.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 246 76 144 0 0.69 0.41 0.04 336 0.9 0.63
Hex F6 4C 90 0 45 29 4 150 5A 3F
Octal 366 114 220 0 105 51 4 520 132 77
Binary 11110110 1001100 10010000 0 1000101 101001 100 101010000 1011010 111111

Color Harmonies of #F64C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C90

Black with #F64C90

Text Example


Text Example

White with #F64C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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