Html Css Color HEX #F64C9F Brilliant Rose

📋 copy color: '#F64C9F'

red 246 ◦ green 76 ◦ blue 159

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

Shades of Brilliant Rose #F64C9F

Tints of Brilliant Rose #F64C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.06%

R = 51.14%
G = 15.8%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F64C9F (or 0xF64C9F) is known color: Brilliant Rose. HEX triplet: F6, 4C and 9F. RGB value is (246,76,159). Sum of RGB (Red+Green+Blue) = 246+76+159=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64C9F is #09B360. Grayscale: #888888. Windows color (decimal): -635745 or 10439926. OLE color: 10439926.

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

Color convert

RGB 246 76 159 -
CMYK 0 0.69 0.35 0.04
HSL 330.71º 0.9% 0.63% -
HSV(B) 330.71º 0.69% 0.96% -
XYZ 46.85 27.26 35.59 -
YUV 136.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 246 76 159 0 0.69 0.35 0.04 330.71 0.9 0.63
Hex F6 4C 9F 0 45 23 4 14B 5A 3F
Octal 366 114 237 0 105 43 4 513 132 77
Binary 11110110 1001100 10011111 0 1000101 100011 100 101001011 1011010 111111

Color Harmonies of #F64C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C9F

Black with #F64C9F

Text Example


Text Example

White with #F64C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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