Html Css Color HEX #F63DD3 Razzle Dazzle Rose

📋 copy color: '#F63DD3'

red 246 ◦ green 61 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F63DD3

Tints of Razzle Dazzle Rose #F63DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.73%

R = 47.49%
G = 11.78%
B = 40.73%

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

#F63DD3 (or 0xF63DD3) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3D and D3. RGB value is (246,61,211). Sum of RGB (Red+Green+Blue) = 246+61+211=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63DD3 is #09C22C. Grayscale: #858585. Windows color (decimal): -639533 or 13843958. OLE color: 13843958.

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

Color convert

RGB 246 61 211 -
CMYK 0 0.75 0.14 0.04
HSL 311.35º 0.91% 0.6% -
HSV(B) 311.35º 0.75% 0.96% -
XYZ 51.43 27.63 64.25 -
YUV 133.42 171.79 208.3 -
System Red Green Blue C M Y K H S L
Decimal 246 61 211 0 0.75 0.14 0.04 311.35 0.91 0.6
Hex F6 3D D3 0 4B E 4 137 5B 3C
Octal 366 75 323 0 113 16 4 467 133 74
Binary 11110110 111101 11010011 0 1001011 1110 100 100110111 1011011 111100

Color Harmonies of #F63DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63DD3

Black with #F63DD3

Text Example


Text Example

White with #F63DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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