Html Css Color HEX #F64EC1 Razzle Dazzle Rose

📋 copy color: '#F64EC1'

red 246 ◦ green 78 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F64EC1

Tints of Razzle Dazzle Rose #F64EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.33%

R = 47.58%
G = 15.09%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F64EC1 (or 0xF64EC1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4E and C1. RGB value is (246,78,193). Sum of RGB (Red+Green+Blue) = 246+78+193=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64EC1 is #09B13E. Grayscale: #8D8D8D. Windows color (decimal): -635199 or 12668662. OLE color: 12668662.

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

Color convert

RGB 246 78 193 -
CMYK 0 0.68 0.22 0.04
HSL 318.93º 0.9% 0.64% -
HSV(B) 318.93º 0.68% 0.96% -
XYZ 50.36 28.89 53.37 -
YUV 141.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 246 78 193 0 0.68 0.22 0.04 318.93 0.9 0.64
Hex F6 4E C1 0 44 16 4 13F 5A 40
Octal 366 116 301 0 104 26 4 477 132 100
Binary 11110110 1001110 11000001 0 1000100 10110 100 100111111 1011010 1000000

Color Harmonies of #F64EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64EC1

Black with #F64EC1

Text Example


Text Example

White with #F64EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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