Html Css Color HEX #F836DC Razzle Dazzle Rose

📋 copy color: '#F836DC'

red 248 ◦ green 54 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F836DC

Tints of Razzle Dazzle Rose #F836DC

RGB

 RED value IS 248 (97.27% from 255) = 47.51%

 GREEN value IS 54 (21.48% from 255) = 10.34%

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

R = 47.51%
G = 10.34%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F836DC (or 0xF836DC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 36 and DC. RGB value is (248,54,220). Sum of RGB (Red+Green+Blue) = 248+54+220=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 54 (21.48% from 255 or 10.34% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F836DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F836DC is #07C923. Grayscale: #828282. Windows color (decimal): -510244 or 14431992. OLE color: 14431992.

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

Color convert

RGB 248 54 220 -
CMYK 0 0.78 0.11 0.03
HSL 308.66º 0.93% 0.59% -
HSV(B) 308.66º 0.78% 0.97% -
XYZ 52.95 27.76 70.28 -
YUV 130.93 178.27 211.5 -
System Red Green Blue C M Y K H S L
Decimal 248 54 220 0 0.78 0.11 0.03 308.66 0.93 0.59
Hex F8 36 DC 0 4E B 3 135 5D 3B
Octal 370 66 334 0 116 13 3 465 135 73
Binary 11111000 110110 11011100 0 1001110 1011 11 100110101 1011101 111011

Color Harmonies of #F836DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F836DC

Black with #F836DC

Text Example


Text Example

White with #F836DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F836DC; }

 p { color: rgb(248,54,220); }

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

background-color css

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

 a { background-color: rgb(248,54,220); }

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

border-color css

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

 span { border-color: rgb(248,54,220); }

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