Html Css Color HEX #F64D9C Brilliant Rose

📋 copy color: '#F64D9C'

red 246 ◦ green 77 ◦ blue 156

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

Shades of Brilliant Rose #F64D9C

Tints of Brilliant Rose #F64D9C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.08%

 BLUE value IS 156 (61.33% from 255) = 32.57%

R = 51.36%
G = 16.08%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F64D9C (or 0xF64D9C) is known color: Brilliant Rose. HEX triplet: F6, 4D and 9C. RGB value is (246,77,156). Sum of RGB (Red+Green+Blue) = 246+77+156=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64D9C is #09B263. Grayscale: #888888. Windows color (decimal): -635492 or 10243574. OLE color: 10243574.

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

Color convert

RGB 246 77 156 -
CMYK 0 0.69 0.37 0.04
HSL 331.95º 0.9% 0.63% -
HSV(B) 331.95º 0.69% 0.96% -
XYZ 46.66 27.3 34.26 -
YUV 136.54 138.99 206.08 -
System Red Green Blue C M Y K H S L
Decimal 246 77 156 0 0.69 0.37 0.04 331.95 0.9 0.63
Hex F6 4D 9C 0 45 25 4 14C 5A 3F
Octal 366 115 234 0 105 45 4 514 132 77
Binary 11110110 1001101 10011100 0 1000101 100101 100 101001100 1011010 111111

Color Harmonies of #F64D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D9C

Black with #F64D9C

Text Example


Text Example

White with #F64D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D9C; }

 p { color: rgb(246,77,156); }

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

background-color css

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

 a { background-color: rgb(246,77,156); }

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

border-color css

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

 span { border-color: rgb(246,77,156); }

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