Html Css Color HEX #F83ADC Razzle Dazzle Rose

📋 copy color: '#F83ADC'

red 248 ◦ green 58 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F83ADC

Tints of Razzle Dazzle Rose #F83ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.03%

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

R = 47.15%
G = 11.03%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F83ADC (or 0xF83ADC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and DC. RGB value is (248,58,220). Sum of RGB (Red+Green+Blue) = 248+58+220=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 58 (23.05% from 255 or 11.03% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ADC is #07C523. Grayscale: #848484. Windows color (decimal): -509220 or 14433016. OLE color: 14433016.

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

Color convert

RGB 248 58 220 -
CMYK 0 0.77 0.11 0.03
HSL 308.84º 0.93% 0.6% -
HSV(B) 308.84º 0.77% 0.97% -
XYZ 53.14 28.15 70.34 -
YUV 133.28 176.95 209.83 -
System Red Green Blue C M Y K H S L
Decimal 248 58 220 0 0.77 0.11 0.03 308.84 0.93 0.6
Hex F8 3A DC 0 4D B 3 135 5D 3C
Octal 370 72 334 0 115 13 3 465 135 74
Binary 11111000 111010 11011100 0 1001101 1011 11 100110101 1011101 111100

Color Harmonies of #F83ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83ADC

Black with #F83ADC

Text Example


Text Example

White with #F83ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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