Html Css Color HEX #F63DCF Razzle Dazzle Rose

📋 copy color: '#F63DCF'

red 246 ◦ green 61 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F63DCF

Tints of Razzle Dazzle Rose #F63DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 47.86%
G = 11.87%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F63DCF (or 0xF63DCF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3D and CF. RGB value is (246,61,207). Sum of RGB (Red+Green+Blue) = 246+61+207=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 61 (24.22% from 255 or 11.87% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63DCF is #09C230. Grayscale: #848484. Windows color (decimal): -639537 or 13581814. OLE color: 13581814.

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

Color convert

RGB 246 61 207 -
CMYK 0 0.75 0.16 0.04
HSL 312.65º 0.91% 0.6% -
HSV(B) 312.65º 0.75% 0.96% -
XYZ 50.94 27.44 61.64 -
YUV 132.96 169.79 208.63 -
System Red Green Blue C M Y K H S L
Decimal 246 61 207 0 0.75 0.16 0.04 312.65 0.91 0.6
Hex F6 3D CF 0 4B 10 4 139 5B 3C
Octal 366 75 317 0 113 20 4 471 133 74
Binary 11110110 111101 11001111 0 1001011 10000 100 100111001 1011011 111100

Color Harmonies of #F63DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63DCF

Black with #F63DCF

Text Example


Text Example

White with #F63DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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