Html Css Color HEX #F63DD4 Razzle Dazzle Rose

📋 copy color: '#F63DD4'

red 246 ◦ green 61 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F63DD4

Tints of Razzle Dazzle Rose #F63DD4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.75%

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

R = 47.4%
G = 11.75%
B = 40.85%

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

#F63DD4 (or 0xF63DD4) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3D and D4. RGB value is (246,61,212). Sum of RGB (Red+Green+Blue) = 246+61+212=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 61 (24.22% from 255 or 11.75% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63DD4 is #09C22B. Grayscale: #858585. Windows color (decimal): -639532 or 13909494. OLE color: 13909494.

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

Color convert

RGB 246 61 212 -
CMYK 0 0.75 0.14 0.04
HSL 311.03º 0.91% 0.6% -
HSV(B) 311.03º 0.75% 0.96% -
XYZ 51.56 27.68 64.91 -
YUV 133.53 172.29 208.22 -
System Red Green Blue C M Y K H S L
Decimal 246 61 212 0 0.75 0.14 0.04 311.03 0.91 0.6
Hex F6 3D D4 0 4B E 4 137 5B 3C
Octal 366 75 324 0 113 16 4 467 133 74
Binary 11110110 111101 11010100 0 1001011 1110 100 100110111 1011011 111100

Color Harmonies of #F63DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63DD4

Black with #F63DD4

Text Example


Text Example

White with #F63DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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