Html Css Color HEX #F63FC1 Razzle Dazzle Rose

📋 copy color: '#F63FC1'

red 246 ◦ green 63 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F63FC1

Tints of Razzle Dazzle Rose #F63FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.45%

R = 49%
G = 12.55%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F63FC1 (or 0xF63FC1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and C1. RGB value is (246,63,193). Sum of RGB (Red+Green+Blue) = 246+63+193=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FC1 is #09C03E. Grayscale: #848484. Windows color (decimal): -639039 or 12664822. OLE color: 12664822.

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

Color convert

RGB 246 63 193 -
CMYK 0 0.74 0.22 0.04
HSL 317.38º 0.91% 0.61% -
HSV(B) 317.38º 0.74% 0.96% -
XYZ 49.41 27 53.06 -
YUV 132.54 162.13 208.93 -
System Red Green Blue C M Y K H S L
Decimal 246 63 193 0 0.74 0.22 0.04 317.38 0.91 0.61
Hex F6 3F C1 0 4A 16 4 13D 5B 3D
Octal 366 77 301 0 112 26 4 475 133 75
Binary 11110110 111111 11000001 0 1001010 10110 100 100111101 1011011 111101

Color Harmonies of #F63FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63FC1

Black with #F63FC1

Text Example


Text Example

White with #F63FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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