Html Css Color HEX #F82ADB Razzle Dazzle Rose

📋 copy color: '#F82ADB'

red 248 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F82ADB

Tints of Razzle Dazzle Rose #F82ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 48.72%
G = 8.25%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F82ADB (or 0xF82ADB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2A and DB. RGB value is (248,42,219). Sum of RGB (Red+Green+Blue) = 248+42+219=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 42 (16.80% from 255 or 8.25% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F82ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82ADB is #07D524. Grayscale: #7B7B7B. Windows color (decimal): -513317 or 14363384. OLE color: 14363384.

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

Color convert

RGB 248 42 219 -
CMYK 0 0.83 0.12 0.03
HSL 308.45º 0.94% 0.57% -
HSV(B) 308.45º 0.83% 0.97% -
XYZ 52.33 26.73 69.42 -
YUV 123.77 181.75 216.61 -
System Red Green Blue C M Y K H S L
Decimal 248 42 219 0 0.83 0.12 0.03 308.45 0.94 0.57
Hex F8 2A DB 0 53 C 3 134 5E 39
Octal 370 52 333 0 123 14 3 464 136 71
Binary 11111000 101010 11011011 0 1010011 1100 11 100110100 1011110 111001

Color Harmonies of #F82ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82ADB

Black with #F82ADB

Text Example


Text Example

White with #F82ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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