Html Css Color HEX #F64AAE Brilliant Rose

📋 copy color: '#F64AAE'

red 246 ◦ green 74 ◦ blue 174

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

Shades of Brilliant Rose #F64AAE

Tints of Brilliant Rose #F64AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.22%

R = 49.8%
G = 14.98%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F64AAE (or 0xF64AAE) is known color: Brilliant Rose. HEX triplet: F6, 4A and AE. RGB value is (246,74,174). Sum of RGB (Red+Green+Blue) = 246+74+174=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F64AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64AAE is #09B551. Grayscale: #888888. Windows color (decimal): -636242 or 11422454. OLE color: 11422454.

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

Color convert

RGB 246 74 174 -
CMYK 0 0.70 0.29 0.04
HSL 325.12º 0.91% 0.63% -
HSV(B) 325.12º 0.7% 0.96% -
XYZ 48.09 27.55 42.83 -
YUV 136.83 148.98 205.87 -
System Red Green Blue C M Y K H S L
Decimal 246 74 174 0 0.70 0.29 0.04 325.12 0.91 0.63
Hex F6 4A AE 0 46 1D 4 145 5B 3F
Octal 366 112 256 0 106 35 4 505 133 77
Binary 11110110 1001010 10101110 0 1000110 11101 100 101000101 1011011 111111

Color Harmonies of #F64AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64AAE

Black with #F64AAE

Text Example


Text Example

White with #F64AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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