Html Css Color HEX #F64EAA Brilliant Rose

📋 copy color: '#F64EAA'

red 246 ◦ green 78 ◦ blue 170

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

Shades of Brilliant Rose #F64EAA

Tints of Brilliant Rose #F64EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.79%

 BLUE value IS 170 (66.8% from 255) = 34.41%

R = 49.8%
G = 15.79%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F64EAA (or 0xF64EAA) is known color: Brilliant Rose. HEX triplet: F6, 4E and AA. RGB value is (246,78,170). Sum of RGB (Red+Green+Blue) = 246+78+170=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64EAA is #09B155. Grayscale: #8A8A8A. Windows color (decimal): -635222 or 11161334. OLE color: 11161334.

HSL color Cylindrical-coordinate representation of color #F64EAA: hue angle of 327.14º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64EAA is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 78 170 -
CMYK 0 0.68 0.31 0.04
HSL 327.14º 0.9% 0.64% -
HSV(B) 327.14º 0.68% 0.96% -
XYZ 47.99 27.94 40.89 -
YUV 138.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 246 78 170 0 0.68 0.31 0.04 327.14 0.9 0.64
Hex F6 4E AA 0 44 1F 4 147 5A 40
Octal 366 116 252 0 104 37 4 507 132 100
Binary 11110110 1001110 10101010 0 1000100 11111 100 101000111 1011010 1000000

Color Harmonies of #F64EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64EAA

Black with #F64EAA

Text Example


Text Example

White with #F64EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64EAA; }

 p { color: rgb(246,78,170); }

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

background-color css

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

 a { background-color: rgb(246,78,170); }

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

border-color css

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

 span { border-color: rgb(246,78,170); }

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