Html Css Color HEX #F83FDC Razzle Dazzle Rose

📋 copy color: '#F83FDC'

red 248 ◦ green 63 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F83FDC

Tints of Razzle Dazzle Rose #F83FDC

RGB

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

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

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

R = 46.7%
G = 11.86%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F83FDC (or 0xF83FDC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3F and DC. RGB value is (248,63,220). Sum of RGB (Red+Green+Blue) = 248+63+220=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 63 (25% from 255 or 11.86% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FDC is #07C023. Grayscale: #878787. Windows color (decimal): -507940 or 14434296. OLE color: 14434296.

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

Color convert

RGB 248 63 220 -
CMYK 0 0.75 0.11 0.03
HSL 309.08º 0.93% 0.61% -
HSV(B) 309.08º 0.75% 0.97% -
XYZ 53.41 28.68 70.43 -
YUV 136.21 175.29 207.73 -
System Red Green Blue C M Y K H S L
Decimal 248 63 220 0 0.75 0.11 0.03 309.08 0.93 0.61
Hex F8 3F DC 0 4B B 3 135 5D 3D
Octal 370 77 334 0 113 13 3 465 135 75
Binary 11111000 111111 11011100 0 1001011 1011 11 100110101 1011101 111101

Color Harmonies of #F83FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83FDC

Black with #F83FDC

Text Example


Text Example

White with #F83FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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