Html Css Color HEX #F64AAB Brilliant Rose

📋 copy color: '#F64AAB'

red 246 ◦ green 74 ◦ blue 171

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

Shades of Brilliant Rose #F64AAB

Tints of Brilliant Rose #F64AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.83%

R = 50.1%
G = 15.07%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F64AAB (or 0xF64AAB) is known color: Brilliant Rose. HEX triplet: F6, 4A and AB. RGB value is (246,74,171). Sum of RGB (Red+Green+Blue) = 246+74+171=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F64AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64AAB is #09B554. Grayscale: #888888. Windows color (decimal): -636245 or 11225846. OLE color: 11225846.

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

Color convert

RGB 246 74 171 -
CMYK 0 0.70 0.30 0.04
HSL 326.16º 0.91% 0.63% -
HSV(B) 326.16º 0.7% 0.96% -
XYZ 47.81 27.43 41.3 -
YUV 136.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 246 74 171 0 0.70 0.30 0.04 326.16 0.91 0.63
Hex F6 4A AB 0 46 1E 4 146 5B 3F
Octal 366 112 253 0 106 36 4 506 133 77
Binary 11110110 1001010 10101011 0 1000110 11110 100 101000110 1011011 111111

Color Harmonies of #F64AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64AAB

Black with #F64AAB

Text Example


Text Example

White with #F64AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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