Html Css Color HEX #F64EB2 Brilliant Rose

📋 copy color: '#F64EB2'

red 246 ◦ green 78 ◦ blue 178

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

Shades of Brilliant Rose #F64EB2

Tints of Brilliant Rose #F64EB2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.54%

 BLUE value IS 178 (69.92% from 255) = 35.46%

R = 49%
G = 15.54%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F64EB2 (or 0xF64EB2) is known color: Brilliant Rose. HEX triplet: F6, 4E and B2. RGB value is (246,78,178). Sum of RGB (Red+Green+Blue) = 246+78+178=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64EB2 is #09B14D. Grayscale: #8B8B8B. Windows color (decimal): -635214 or 11685622. OLE color: 11685622.

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

Color convert

RGB 246 78 178 -
CMYK 0 0.68 0.28 0.04
HSL 324.29º 0.9% 0.64% -
HSV(B) 324.29º 0.68% 0.96% -
XYZ 48.77 28.26 45 -
YUV 139.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 246 78 178 0 0.68 0.28 0.04 324.29 0.9 0.64
Hex F6 4E B2 0 44 1C 4 144 5A 40
Octal 366 116 262 0 104 34 4 504 132 100
Binary 11110110 1001110 10110010 0 1000100 11100 100 101000100 1011010 1000000

Color Harmonies of #F64EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64EB2

Black with #F64EB2

Text Example


Text Example

White with #F64EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64EB2; }

 p { color: rgb(246,78,178); }

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

background-color css

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

 a { background-color: rgb(246,78,178); }

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

border-color css

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

 span { border-color: rgb(246,78,178); }

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