Html Css Color HEX #F82EDD Razzle Dazzle Rose

📋 copy color: '#F82EDD'

red 248 ◦ green 46 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F82EDD

Tints of Razzle Dazzle Rose #F82EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 48.16%
G = 8.93%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F82EDD (or 0xF82EDD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2E and DD. RGB value is (248,46,221). Sum of RGB (Red+Green+Blue) = 248+46+221=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 46 (18.36% from 255 or 8.93% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F82EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82EDD is #07D122. Grayscale: #7D7D7D. Windows color (decimal): -512291 or 14495480. OLE color: 14495480.

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

Color convert

RGB 248 46 221 -
CMYK 0 0.81 0.11 0.03
HSL 308.02º 0.94% 0.58% -
HSV(B) 308.02º 0.81% 0.97% -
XYZ 52.74 27.13 70.86 -
YUV 126.35 181.42 214.77 -
System Red Green Blue C M Y K H S L
Decimal 248 46 221 0 0.81 0.11 0.03 308.02 0.94 0.58
Hex F8 2E DD 0 51 B 3 134 5E 3A
Octal 370 56 335 0 121 13 3 464 136 72
Binary 11111000 101110 11011101 0 1010001 1011 11 100110100 1011110 111010

Color Harmonies of #F82EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82EDD

Black with #F82EDD

Text Example


Text Example

White with #F82EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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