Html Css Color HEX #F81FDB Razzle Dazzle Rose

📋 copy color: '#F81FDB'

red 248 ◦ green 31 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F81FDB

Tints of Razzle Dazzle Rose #F81FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.22%

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

R = 49.8%
G = 6.22%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F81FDB (or 0xF81FDB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1F and DB. RGB value is (248,31,219). Sum of RGB (Red+Green+Blue) = 248+31+219=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 31 (12.5% from 255 or 6.22% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81FDB is #07E024. Grayscale: #747474. Windows color (decimal): -516133 or 14360568. OLE color: 14360568.

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

Color convert

RGB 248 31 219 -
CMYK 0 0.88 0.12 0.03
HSL 308.02º 0.94% 0.55% -
HSV(B) 308.02º 0.88% 0.97% -
XYZ 51.99 26.05 69.31 -
YUV 117.32 185.39 221.21 -
System Red Green Blue C M Y K H S L
Decimal 248 31 219 0 0.88 0.12 0.03 308.02 0.94 0.55
Hex F8 1F DB 0 58 C 3 134 5E 37
Octal 370 37 333 0 130 14 3 464 136 67
Binary 11111000 11111 11011011 0 1011000 1100 11 100110100 1011110 110111

Color Harmonies of #F81FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81FDB

Black with #F81FDB

Text Example


Text Example

White with #F81FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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