Html Css Color HEX #F83DDB Razzle Dazzle Rose

📋 copy color: '#F83DDB'

red 248 ◦ green 61 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F83DDB

Tints of Razzle Dazzle Rose #F83DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.55%

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

R = 46.97%
G = 11.55%
B = 41.48%

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

#F83DDB (or 0xF83DDB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3D and DB. RGB value is (248,61,219). Sum of RGB (Red+Green+Blue) = 248+61+219=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 61 (24.22% from 255 or 11.55% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DDB is #07C224. Grayscale: #868686. Windows color (decimal): -508453 or 14368248. OLE color: 14368248.

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

Color convert

RGB 248 61 219 -
CMYK 0 0.75 0.12 0.03
HSL 309.3º 0.93% 0.61% -
HSV(B) 309.3º 0.75% 0.97% -
XYZ 53.17 28.41 69.7 -
YUV 134.93 175.45 208.65 -
System Red Green Blue C M Y K H S L
Decimal 248 61 219 0 0.75 0.12 0.03 309.3 0.93 0.61
Hex F8 3D DB 0 4B C 3 135 5D 3D
Octal 370 75 333 0 113 14 3 465 135 75
Binary 11111000 111101 11011011 0 1001011 1100 11 100110101 1011101 111101

Color Harmonies of #F83DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83DDB

Black with #F83DDB

Text Example


Text Example

White with #F83DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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