Html Css Color HEX #F82ACE Razzle Dazzle Rose

📋 copy color: '#F82ACE'

red 248 ◦ green 42 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F82ACE

Tints of Razzle Dazzle Rose #F82ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.47%

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 50%
G = 8.47%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F82ACE (or 0xF82ACE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2A and CE. RGB value is (248,42,206). Sum of RGB (Red+Green+Blue) = 248+42+206=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 42 (16.80% from 255 or 8.47% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F82ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82ACE is #07D531. Grayscale: #797979. Windows color (decimal): -513330 or 13511416. OLE color: 13511416.

HSL color Cylindrical-coordinate representation of color #F82ACE: hue angle of 312.23º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82ACE is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 42 206 -
CMYK 0 0.83 0.17 0.03
HSL 312.23º 0.94% 0.57% -
HSV(B) 312.23º 0.83% 0.97% -
XYZ 50.68 26.07 60.75 -
YUV 122.29 175.25 217.66 -
System Red Green Blue C M Y K H S L
Decimal 248 42 206 0 0.83 0.17 0.03 312.23 0.94 0.57
Hex F8 2A CE 0 53 11 3 138 5E 39
Octal 370 52 316 0 123 21 3 470 136 71
Binary 11111000 101010 11001110 0 1010011 10001 11 100111000 1011110 111001

Color Harmonies of #F82ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82ACE

Black with #F82ACE

Text Example


Text Example

White with #F82ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82ACE; }

 p { color: rgb(248,42,206); }

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

background-color css

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

 a { background-color: rgb(248,42,206); }

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

border-color css

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

 span { border-color: rgb(248,42,206); }

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