Html Css Color HEX #F64FB9 Brilliant Rose

📋 copy color: '#F64FB9'

red 246 ◦ green 79 ◦ blue 185

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

Shades of Brilliant Rose #F64FB9

Tints of Brilliant Rose #F64FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 48.24%
G = 15.49%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F64FB9 (or 0xF64FB9) is known color: Brilliant Rose. HEX triplet: F6, 4F and B9. RGB value is (246,79,185). Sum of RGB (Red+Green+Blue) = 246+79+185=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FB9 is #09B046. Grayscale: #8C8C8C. Windows color (decimal): -634951 or 12144630. OLE color: 12144630.

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

Color convert

RGB 246 79 185 -
CMYK 0 0.68 0.25 0.04
HSL 321.92º 0.9% 0.64% -
HSV(B) 321.92º 0.68% 0.96% -
XYZ 49.56 28.69 48.82 -
YUV 141.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 246 79 185 0 0.68 0.25 0.04 321.92 0.9 0.64
Hex F6 4F B9 0 44 19 4 142 5A 40
Octal 366 117 271 0 104 31 4 502 132 100
Binary 11110110 1001111 10111001 0 1000100 11001 100 101000010 1011010 1000000

Color Harmonies of #F64FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FB9

Black with #F64FB9

Text Example


Text Example

White with #F64FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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