Html Css Color HEX #F64FA9 Brilliant Rose

📋 copy color: '#F64FA9'

red 246 ◦ green 79 ◦ blue 169

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

Shades of Brilliant Rose #F64FA9

Tints of Brilliant Rose #F64FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.21%

R = 49.8%
G = 15.99%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F64FA9 (or 0xF64FA9) is known color: Brilliant Rose. HEX triplet: F6, 4F and A9. RGB value is (246,79,169). Sum of RGB (Red+Green+Blue) = 246+79+169=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64FA9 is #09B056. Grayscale: #8B8B8B. Windows color (decimal): -634967 or 11096054. OLE color: 11096054.

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

Color convert

RGB 246 79 169 -
CMYK 0 0.68 0.31 0.04
HSL 327.66º 0.9% 0.64% -
HSV(B) 327.66º 0.68% 0.96% -
XYZ 47.96 28.05 40.42 -
YUV 139.19 144.83 204.18 -
System Red Green Blue C M Y K H S L
Decimal 246 79 169 0 0.68 0.31 0.04 327.66 0.9 0.64
Hex F6 4F A9 0 44 1F 4 148 5A 40
Octal 366 117 251 0 104 37 4 510 132 100
Binary 11110110 1001111 10101001 0 1000100 11111 100 101001000 1011010 1000000

Color Harmonies of #F64FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FA9

Black with #F64FA9

Text Example


Text Example

White with #F64FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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