Html Css Color HEX #F83ACD Razzle Dazzle Rose

📋 copy color: '#F83ACD'

red 248 ◦ green 58 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F83ACD

Tints of Razzle Dazzle Rose #F83ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 48.53%
G = 11.35%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F83ACD (or 0xF83ACD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and CD. RGB value is (248,58,205). Sum of RGB (Red+Green+Blue) = 248+58+205=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ACD is #07C532. Grayscale: #838383. Windows color (decimal): -509235 or 13449976. OLE color: 13449976.

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

Color convert

RGB 248 58 205 -
CMYK 0 0.77 0.17 0.03
HSL 313.58º 0.93% 0.6% -
HSV(B) 313.58º 0.77% 0.97% -
XYZ 51.24 27.39 60.34 -
YUV 131.57 169.45 211.05 -
System Red Green Blue C M Y K H S L
Decimal 248 58 205 0 0.77 0.17 0.03 313.58 0.93 0.6
Hex F8 3A CD 0 4D 11 3 13A 5D 3C
Octal 370 72 315 0 115 21 3 472 135 74
Binary 11111000 111010 11001101 0 1001101 10001 11 100111010 1011101 111100

Color Harmonies of #F83ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83ACD

Black with #F83ACD

Text Example


Text Example

White with #F83ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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