Html Css Color HEX #F64CB9 Brilliant Rose

📋 copy color: '#F64CB9'

red 246 ◦ green 76 ◦ blue 185

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

Shades of Brilliant Rose #F64CB9

Tints of Brilliant Rose #F64CB9

RGB

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

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

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

R = 48.52%
G = 14.99%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F64CB9 (or 0xF64CB9) is known color: Brilliant Rose. HEX triplet: F6, 4C and B9. RGB value is (246,76,185). Sum of RGB (Red+Green+Blue) = 246+76+185=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CB9 is #09B346. Grayscale: #8A8A8A. Windows color (decimal): -635719 or 12143862. OLE color: 12143862.

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

Color convert

RGB 246 76 185 -
CMYK 0 0.69 0.25 0.04
HSL 321.53º 0.9% 0.63% -
HSV(B) 321.53º 0.69% 0.96% -
XYZ 49.35 28.26 48.75 -
YUV 139.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 246 76 185 0 0.69 0.25 0.04 321.53 0.9 0.63
Hex F6 4C B9 0 45 19 4 142 5A 3F
Octal 366 114 271 0 105 31 4 502 132 77
Binary 11110110 1001100 10111001 0 1000101 11001 100 101000010 1011010 111111

Color Harmonies of #F64CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CB9

Black with #F64CB9

Text Example


Text Example

White with #F64CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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