Html Css Color HEX #F82EDB Razzle Dazzle Rose

📋 copy color: '#F82EDB'

red 248 ◦ green 46 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F82EDB

Tints of Razzle Dazzle Rose #F82EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.97%

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

R = 48.34%
G = 8.97%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F82EDB (or 0xF82EDB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2E and DB. RGB value is (248,46,219). Sum of RGB (Red+Green+Blue) = 248+46+219=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 46 (18.36% from 255 or 8.97% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F82EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82EDB is #07D124. Grayscale: #7D7D7D. Windows color (decimal): -512293 or 14364408. OLE color: 14364408.

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

Color convert

RGB 248 46 219 -
CMYK 0 0.81 0.12 0.03
HSL 308.61º 0.94% 0.58% -
HSV(B) 308.61º 0.81% 0.97% -
XYZ 52.47 27.02 69.47 -
YUV 126.12 180.42 214.93 -
System Red Green Blue C M Y K H S L
Decimal 248 46 219 0 0.81 0.12 0.03 308.61 0.94 0.58
Hex F8 2E DB 0 51 C 3 135 5E 3A
Octal 370 56 333 0 121 14 3 465 136 72
Binary 11111000 101110 11011011 0 1010001 1100 11 100110101 1011110 111010

Color Harmonies of #F82EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82EDB

Black with #F82EDB

Text Example


Text Example

White with #F82EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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