Html Css Color HEX #F635DC Razzle Dazzle Rose

📋 copy color: '#F635DC'

red 246 ◦ green 53 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F635DC

Tints of Razzle Dazzle Rose #F635DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.21%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 47.4%
G = 10.21%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F635DC (or 0xF635DC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 35 and DC. RGB value is (246,53,220). Sum of RGB (Red+Green+Blue) = 246+53+220=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 53 (21.09% from 255 or 10.21% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F635DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F635DC is #09CA23. Grayscale: #818181. Windows color (decimal): -641572 or 14431734. OLE color: 14431734.

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

Color convert

RGB 246 53 220 -
CMYK 0 0.78 0.11 0.04
HSL 308.08º 0.91% 0.59% -
HSV(B) 308.08º 0.78% 0.96% -
XYZ 52.2 27.31 70.23 -
YUV 129.75 178.94 210.92 -
System Red Green Blue C M Y K H S L
Decimal 246 53 220 0 0.78 0.11 0.04 308.08 0.91 0.59
Hex F6 35 DC 0 4E B 4 134 5B 3B
Octal 366 65 334 0 116 13 4 464 133 73
Binary 11110110 110101 11011100 0 1001110 1011 100 100110100 1011011 111011

Color Harmonies of #F635DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F635DC

Black with #F635DC

Text Example


Text Example

White with #F635DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F635DC; }

 p { color: rgb(246,53,220); }

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

background-color css

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

 a { background-color: rgb(246,53,220); }

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

border-color css

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

 span { border-color: rgb(246,53,220); }

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