Html Css Color HEX #F63FD1 Razzle Dazzle Rose

📋 copy color: '#F63FD1'

red 246 ◦ green 63 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F63FD1

Tints of Razzle Dazzle Rose #F63FD1

RGB

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

 GREEN value IS 63 (25% from 255) = 12.16%

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 47.49%
G = 12.16%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F63FD1 (or 0xF63FD1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and D1. RGB value is (246,63,209). Sum of RGB (Red+Green+Blue) = 246+63+209=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 63 (25% from 255 or 12.16% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FD1 is #09C02E. Grayscale: #858585. Windows color (decimal): -639023 or 13713398. OLE color: 13713398.

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

Color convert

RGB 246 63 209 -
CMYK 0 0.74 0.15 0.04
HSL 312.13º 0.91% 0.61% -
HSV(B) 312.13º 0.74% 0.96% -
XYZ 51.29 27.75 62.97 -
YUV 134.36 170.13 207.63 -
System Red Green Blue C M Y K H S L
Decimal 246 63 209 0 0.74 0.15 0.04 312.13 0.91 0.61
Hex F6 3F D1 0 4A F 4 138 5B 3D
Octal 366 77 321 0 112 17 4 470 133 75
Binary 11110110 111111 11010001 0 1001010 1111 100 100111000 1011011 111101

Color Harmonies of #F63FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63FD1

Black with #F63FD1

Text Example


Text Example

White with #F63FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63FD1; }

 p { color: rgb(246,63,209); }

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

background-color css

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

 a { background-color: rgb(246,63,209); }

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

border-color css

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

 span { border-color: rgb(246,63,209); }

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