Html Css Color HEX #F71DDF Razzle Dazzle Rose

📋 copy color: '#F71DDF'

red 247 ◦ green 29 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F71DDF

Tints of Razzle Dazzle Rose #F71DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 49.5%
G = 5.81%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F71DDF (or 0xF71DDF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1D and DF. RGB value is (247,29,223). Sum of RGB (Red+Green+Blue) = 247+29+223=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 29 (11.72% from 255 or 5.81% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DDF is #08E220. Grayscale: #737373. Windows color (decimal): -582177 or 14622199. OLE color: 14622199.

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

Color convert

RGB 247 29 223 -
CMYK 0 0.88 0.10 0.03
HSL 306.61º 0.93% 0.54% -
HSV(B) 306.61º 0.88% 0.97% -
XYZ 52.12 25.98 72.08 -
YUV 116.3 188.22 221.23 -
System Red Green Blue C M Y K H S L
Decimal 247 29 223 0 0.88 0.10 0.03 306.61 0.93 0.54
Hex F7 1D DF 0 58 A 3 133 5D 36
Octal 367 35 337 0 130 12 3 463 135 66
Binary 11110111 11101 11011111 0 1011000 1010 11 100110011 1011101 110110

Color Harmonies of #F71DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DDF

Black with #F71DDF

Text Example


Text Example

White with #F71DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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