Html Css Color HEX #F64CA7 Brilliant Rose

📋 copy color: '#F64CA7'

red 246 ◦ green 76 ◦ blue 167

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

Shades of Brilliant Rose #F64CA7

Tints of Brilliant Rose #F64CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.15%

R = 50.31%
G = 15.54%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F64CA7 (or 0xF64CA7) is known color: Brilliant Rose. HEX triplet: F6, 4C and A7. RGB value is (246,76,167). Sum of RGB (Red+Green+Blue) = 246+76+167=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64CA7 is #09B358. Grayscale: #898989. Windows color (decimal): -635737 or 10964214. OLE color: 10964214.

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

Color convert

RGB 246 76 167 -
CMYK 0 0.69 0.32 0.04
HSL 327.88º 0.9% 0.63% -
HSV(B) 327.88º 0.69% 0.96% -
XYZ 47.57 27.55 39.37 -
YUV 137.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 246 76 167 0 0.69 0.32 0.04 327.88 0.9 0.63
Hex F6 4C A7 0 45 20 4 148 5A 3F
Octal 366 114 247 0 105 40 4 510 132 77
Binary 11110110 1001100 10100111 0 1000101 100000 100 101001000 1011010 111111

Color Harmonies of #F64CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CA7

Black with #F64CA7

Text Example


Text Example

White with #F64CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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