Html Css Color HEX #F71DDB Razzle Dazzle Rose

📋 copy color: '#F71DDB'

red 247 ◦ green 29 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F71DDB

Tints of Razzle Dazzle Rose #F71DDB

RGB

 RED value IS 247 (96.88% from 255) = 49.9%

 GREEN value IS 29 (11.72% from 255) = 5.86%

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

R = 49.9%
G = 5.86%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F71DDB (or 0xF71DDB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1D and DB. RGB value is (247,29,219). Sum of RGB (Red+Green+Blue) = 247+29+219=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 29 (11.72% from 255 or 5.86% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DDB is #08E224. Grayscale: #737373. Windows color (decimal): -582181 or 14360055. OLE color: 14360055.

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

Color convert

RGB 247 29 219 -
CMYK 0 0.88 0.11 0.03
HSL 307.71º 0.93% 0.54% -
HSV(B) 307.71º 0.88% 0.97% -
XYZ 51.58 25.77 69.27 -
YUV 115.84 186.22 221.55 -
System Red Green Blue C M Y K H S L
Decimal 247 29 219 0 0.88 0.11 0.03 307.71 0.93 0.54
Hex F7 1D DB 0 58 B 3 134 5D 36
Octal 367 35 333 0 130 13 3 464 135 66
Binary 11110111 11101 11011011 0 1011000 1011 11 100110100 1011101 110110

Color Harmonies of #F71DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DDB

Black with #F71DDB

Text Example


Text Example

White with #F71DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DDB; }

 p { color: rgb(247,29,219); }

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

background-color css

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

 a { background-color: rgb(247,29,219); }

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

border-color css

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

 span { border-color: rgb(247,29,219); }

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