Html Css Color HEX #F64A7B French Rose

📋 copy color: '#F64A7B'

red 246 ◦ green 74 ◦ blue 123

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

Shades of French Rose #F64A7B

Tints of French Rose #F64A7B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.7%

 BLUE value IS 123 (48.44% from 255) = 27.77%

R = 55.53%
G = 16.7%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F64A7B (or 0xF64A7B) is known color: French Rose. HEX triplet: F6, 4A and 7B. RGB value is (246,74,123). Sum of RGB (Red+Green+Blue) = 246+74+123=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64A7B is #09B584. Grayscale: #828282. Windows color (decimal): -636293 or 8080118. OLE color: 8080118.

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

Color convert

RGB 246 74 123 -
CMYK 0 0.70 0.50 0.04
HSL 342.91º 0.91% 0.63% -
HSV(B) 342.91º 0.7% 0.96% -
XYZ 44.03 25.92 21.42 -
YUV 131.01 123.48 210.02 -
System Red Green Blue C M Y K H S L
Decimal 246 74 123 0 0.70 0.50 0.04 342.91 0.91 0.63
Hex F6 4A 7B 0 46 32 4 157 5B 3F
Octal 366 112 173 0 106 62 4 527 133 77
Binary 11110110 1001010 1111011 0 1000110 110010 100 101010111 1011011 111111

Color Harmonies of #F64A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64A7B

Black with #F64A7B

Text Example


Text Example

White with #F64A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64A7B; }

 p { color: rgb(246,74,123); }

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

background-color css

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

 a { background-color: rgb(246,74,123); }

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

border-color css

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

 span { border-color: rgb(246,74,123); }

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