Html Css Color HEX #F64B93 French Rose

📋 copy color: '#F64B93'

red 246 ◦ green 75 ◦ blue 147

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

Shades of French Rose #F64B93

Tints of French Rose #F64B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.41%

R = 52.56%
G = 16.03%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F64B93 (or 0xF64B93) is known color: French Rose. HEX triplet: F6, 4B and 93. RGB value is (246,75,147). Sum of RGB (Red+Green+Blue) = 246+75+147=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64B93 is #09B46C. Grayscale: #868686. Windows color (decimal): -636013 or 9653238. OLE color: 9653238.

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

Color convert

RGB 246 75 147 -
CMYK 0 0.70 0.40 0.04
HSL 334.74º 0.9% 0.63% -
HSV(B) 334.74º 0.7% 0.96% -
XYZ 45.79 26.73 30.35 -
YUV 134.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 246 75 147 0 0.70 0.40 0.04 334.74 0.9 0.63
Hex F6 4B 93 0 46 28 4 14F 5A 3F
Octal 366 113 223 0 106 50 4 517 132 77
Binary 11110110 1001011 10010011 0 1000110 101000 100 101001111 1011010 111111

Color Harmonies of #F64B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64B93

Black with #F64B93

Text Example


Text Example

White with #F64B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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