Html Css Color HEX #F64CAB Brilliant Rose

📋 copy color: '#F64CAB'

red 246 ◦ green 76 ◦ blue 171

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

Shades of Brilliant Rose #F64CAB

Tints of Brilliant Rose #F64CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.42%

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

R = 49.9%
G = 15.42%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F64CAB (or 0xF64CAB) is known color: Brilliant Rose. HEX triplet: F6, 4C and AB. RGB value is (246,76,171). Sum of RGB (Red+Green+Blue) = 246+76+171=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64CAB is #09B354. Grayscale: #898989. Windows color (decimal): -635733 or 11226358. OLE color: 11226358.

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

Color convert

RGB 246 76 171 -
CMYK 0 0.69 0.30 0.04
HSL 326.47º 0.9% 0.63% -
HSV(B) 326.47º 0.69% 0.96% -
XYZ 47.94 27.7 41.35 -
YUV 137.66 146.82 205.28 -
System Red Green Blue C M Y K H S L
Decimal 246 76 171 0 0.69 0.30 0.04 326.47 0.9 0.63
Hex F6 4C AB 0 45 1E 4 146 5A 3F
Octal 366 114 253 0 105 36 4 506 132 77
Binary 11110110 1001100 10101011 0 1000101 11110 100 101000110 1011010 111111

Color Harmonies of #F64CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CAB

Black with #F64CAB

Text Example


Text Example

White with #F64CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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