Html Css Color HEX #F63ED4 Razzle Dazzle Rose

📋 copy color: '#F63ED4'

red 246 ◦ green 62 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F63ED4

Tints of Razzle Dazzle Rose #F63ED4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.92%

 BLUE value IS 212 (83.2% from 255) = 40.77%

R = 47.31%
G = 11.92%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F63ED4 (or 0xF63ED4) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3E and D4. RGB value is (246,62,212). Sum of RGB (Red+Green+Blue) = 246+62+212=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 62 (24.61% from 255 or 11.92% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F63ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63ED4 is #09C12B. Grayscale: #858585. Windows color (decimal): -639276 or 13909750. OLE color: 13909750.

HSL color Cylindrical-coordinate representation of color #F63ED4: hue angle of 311.09º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63ED4 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 62 212 -
CMYK 0 0.75 0.14 0.04
HSL 311.09º 0.91% 0.6% -
HSV(B) 311.09º 0.75% 0.96% -
XYZ 51.61 27.79 64.93 -
YUV 134.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 246 62 212 0 0.75 0.14 0.04 311.09 0.91 0.6
Hex F6 3E D4 0 4B E 4 137 5B 3C
Octal 366 76 324 0 113 16 4 467 133 74
Binary 11110110 111110 11010100 0 1001011 1110 100 100110111 1011011 111100

Color Harmonies of #F63ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63ED4

Black with #F63ED4

Text Example


Text Example

White with #F63ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63ED4; }

 p { color: rgb(246,62,212); }

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

background-color css

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

 a { background-color: rgb(246,62,212); }

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

border-color css

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

 span { border-color: rgb(246,62,212); }

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