Html Css Color HEX #F63FE1 Razzle Dazzle Rose

📋 copy color: '#F63FE1'

red 246 ◦ green 63 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F63FE1

Tints of Razzle Dazzle Rose #F63FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.13%

R = 46.07%
G = 11.8%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F63FE1 (or 0xF63FE1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and E1. RGB value is (246,63,225). Sum of RGB (Red+Green+Blue) = 246+63+225=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 63 (25% from 255 or 11.80% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FE1 is #09C01E. Grayscale: #878787. Windows color (decimal): -639007 or 14761974. OLE color: 14761974.

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

Color convert

RGB 246 63 225 -
CMYK 0 0.74 0.09 0.04
HSL 306.89º 0.91% 0.61% -
HSV(B) 306.89º 0.74% 0.96% -
XYZ 53.37 28.58 73.94 -
YUV 136.19 178.13 206.33 -
System Red Green Blue C M Y K H S L
Decimal 246 63 225 0 0.74 0.09 0.04 306.89 0.91 0.61
Hex F6 3F E1 0 4A 9 4 133 5B 3D
Octal 366 77 341 0 112 11 4 463 133 75
Binary 11110110 111111 11100001 0 1001010 1001 100 100110011 1011011 111101

Color Harmonies of #F63FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63FE1

Black with #F63FE1

Text Example


Text Example

White with #F63FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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