Html Css Color HEX #F64EAE Brilliant Rose

📋 copy color: '#F64EAE'

red 246 ◦ green 78 ◦ blue 174

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

Shades of Brilliant Rose #F64EAE

Tints of Brilliant Rose #F64EAE

RGB

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

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

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

R = 49.4%
G = 15.66%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F64EAE (or 0xF64EAE) is known color: Brilliant Rose. HEX triplet: F6, 4E and AE. RGB value is (246,78,174). Sum of RGB (Red+Green+Blue) = 246+78+174=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64EAE is #09B151. Grayscale: #8A8A8A. Windows color (decimal): -635218 or 11423478. OLE color: 11423478.

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

Color convert

RGB 246 78 174 -
CMYK 0 0.68 0.29 0.04
HSL 325.71º 0.9% 0.64% -
HSV(B) 325.71º 0.68% 0.96% -
XYZ 48.37 28.1 42.92 -
YUV 139.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 246 78 174 0 0.68 0.29 0.04 325.71 0.9 0.64
Hex F6 4E AE 0 44 1D 4 146 5A 40
Octal 366 116 256 0 104 35 4 506 132 100
Binary 11110110 1001110 10101110 0 1000100 11101 100 101000110 1011010 1000000

Color Harmonies of #F64EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64EAE

Black with #F64EAE

Text Example


Text Example

White with #F64EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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