Html Css Color HEX #F83ACC Razzle Dazzle Rose

📋 copy color: '#F83ACC'

red 248 ◦ green 58 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F83ACC

Tints of Razzle Dazzle Rose #F83ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 48.63%
G = 11.37%
B = 40%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F83ACC (or 0xF83ACC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and CC. RGB value is (248,58,204). Sum of RGB (Red+Green+Blue) = 248+58+204=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ACC is #07C533. Grayscale: #838383. Windows color (decimal): -509236 or 13384440. OLE color: 13384440.

HSL color Cylindrical-coordinate representation of color #F83ACC: hue angle of 313.89º 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 #F83ACC is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 58 204 -
CMYK 0 0.77 0.18 0.03
HSL 313.89º 0.93% 0.6% -
HSV(B) 313.89º 0.77% 0.97% -
XYZ 51.12 27.34 59.71 -
YUV 131.45 168.95 211.13 -
System Red Green Blue C M Y K H S L
Decimal 248 58 204 0 0.77 0.18 0.03 313.89 0.93 0.6
Hex F8 3A CC 0 4D 12 3 13A 5D 3C
Octal 370 72 314 0 115 22 3 472 135 74
Binary 11111000 111010 11001100 0 1001101 10010 11 100111010 1011101 111100

Color Harmonies of #F83ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83ACC

Black with #F83ACC

Text Example


Text Example

White with #F83ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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