Html Css Color HEX #F64BA0 Brilliant Rose

📋 copy color: '#F64BA0'

red 246 ◦ green 75 ◦ blue 160

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

Shades of Brilliant Rose #F64BA0

Tints of Brilliant Rose #F64BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.59%

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 51.14%
G = 15.59%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F64BA0 (or 0xF64BA0) is known color: Brilliant Rose. HEX triplet: F6, 4B and A0. RGB value is (246,75,160). Sum of RGB (Red+Green+Blue) = 246+75+160=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64BA0 is #09B45F. Grayscale: #878787. Windows color (decimal): -636000 or 10505206. OLE color: 10505206.

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

Color convert

RGB 246 75 160 -
CMYK 0 0.70 0.35 0.04
HSL 330.18º 0.9% 0.63% -
HSV(B) 330.18º 0.7% 0.96% -
XYZ 46.87 27.16 36.03 -
YUV 135.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 246 75 160 0 0.70 0.35 0.04 330.18 0.9 0.63
Hex F6 4B A0 0 46 23 4 14A 5A 3F
Octal 366 113 240 0 106 43 4 512 132 77
Binary 11110110 1001011 10100000 0 1000110 100011 100 101001010 1011010 111111

Color Harmonies of #F64BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64BA0

Black with #F64BA0

Text Example


Text Example

White with #F64BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64BA0; }

 p { color: rgb(246,75,160); }

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

background-color css

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

 a { background-color: rgb(246,75,160); }

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

border-color css

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

 span { border-color: rgb(246,75,160); }

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