Html Css Color HEX #F64FAC Brilliant Rose

📋 copy color: '#F64FAC'

red 246 ◦ green 79 ◦ blue 172

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

Shades of Brilliant Rose #F64FAC

Tints of Brilliant Rose #F64FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.9%

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 49.5%
G = 15.9%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F64FAC (or 0xF64FAC) is known color: Brilliant Rose. HEX triplet: F6, 4F and AC. RGB value is (246,79,172). Sum of RGB (Red+Green+Blue) = 246+79+172=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64FAC is #09B053. Grayscale: #8B8B8B. Windows color (decimal): -634964 or 11292662. OLE color: 11292662.

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

Color convert

RGB 246 79 172 -
CMYK 0 0.68 0.30 0.04
HSL 326.59º 0.9% 0.64% -
HSV(B) 326.59º 0.68% 0.96% -
XYZ 48.25 28.16 41.92 -
YUV 139.54 146.33 203.94 -
System Red Green Blue C M Y K H S L
Decimal 246 79 172 0 0.68 0.30 0.04 326.59 0.9 0.64
Hex F6 4F AC 0 44 1E 4 147 5A 40
Octal 366 117 254 0 104 36 4 507 132 100
Binary 11110110 1001111 10101100 0 1000100 11110 100 101000111 1011010 1000000

Color Harmonies of #F64FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FAC

Black with #F64FAC

Text Example


Text Example

White with #F64FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FAC; }

 p { color: rgb(246,79,172); }

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

background-color css

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

 a { background-color: rgb(246,79,172); }

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

border-color css

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

 span { border-color: rgb(246,79,172); }

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