Html Css Color HEX #F64B90 French Rose

📋 copy color: '#F64B90'

red 246 ◦ green 75 ◦ blue 144

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

Shades of French Rose #F64B90

Tints of French Rose #F64B90

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.13%

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

R = 52.9%
G = 16.13%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F64B90 (or 0xF64B90) is known color: French Rose. HEX triplet: F6, 4B and 90. RGB value is (246,75,144). Sum of RGB (Red+Green+Blue) = 246+75+144=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64B90 is #09B46F. Grayscale: #858585. Windows color (decimal): -636016 or 9456630. OLE color: 9456630.

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

Color convert

RGB 246 75 144 -
CMYK 0 0.70 0.41 0.04
HSL 335.79º 0.9% 0.63% -
HSV(B) 335.79º 0.7% 0.96% -
XYZ 45.56 26.64 29.13 -
YUV 134 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 246 75 144 0 0.70 0.41 0.04 335.79 0.9 0.63
Hex F6 4B 90 0 46 29 4 150 5A 3F
Octal 366 113 220 0 106 51 4 520 132 77
Binary 11110110 1001011 10010000 0 1000110 101001 100 101010000 1011010 111111

Color Harmonies of #F64B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64B90

Black with #F64B90

Text Example


Text Example

White with #F64B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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