Html Css Color HEX #F83EDB Razzle Dazzle Rose

📋 copy color: '#F83EDB'

red 248 ◦ green 62 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F83EDB

Tints of Razzle Dazzle Rose #F83EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.72%

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

R = 46.88%
G = 11.72%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F83EDB (or 0xF83EDB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3E and DB. RGB value is (248,62,219). Sum of RGB (Red+Green+Blue) = 248+62+219=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 62 (24.61% from 255 or 11.72% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F83EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83EDB is #07C124. Grayscale: #878787. Windows color (decimal): -508197 or 14368504. OLE color: 14368504.

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

Color convert

RGB 248 62 219 -
CMYK 0 0.75 0.12 0.03
HSL 309.35º 0.93% 0.61% -
HSV(B) 309.35º 0.75% 0.97% -
XYZ 53.22 28.52 69.72 -
YUV 135.51 175.12 208.23 -
System Red Green Blue C M Y K H S L
Decimal 248 62 219 0 0.75 0.12 0.03 309.35 0.93 0.61
Hex F8 3E DB 0 4B C 3 135 5D 3D
Octal 370 76 333 0 113 14 3 465 135 75
Binary 11111000 111110 11011011 0 1001011 1100 11 100110101 1011101 111101

Color Harmonies of #F83EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83EDB

Black with #F83EDB

Text Example


Text Example

White with #F83EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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