Html Css Color HEX #F71CE0 Razzle Dazzle Rose

📋 copy color: '#F71CE0'

red 247 ◦ green 28 ◦ blue 224

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

Shades of Razzle Dazzle Rose #F71CE0

Tints of Razzle Dazzle Rose #F71CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.61%

 BLUE value IS 224 (87.89% from 255) = 44.89%

R = 49.5%
G = 5.61%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F71CE0 (or 0xF71CE0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1C and E0. RGB value is (247,28,224). Sum of RGB (Red+Green+Blue) = 247+28+224=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 28 (11.33% from 255 or 5.61% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CE0 is #08E31F. Grayscale: #737373. Windows color (decimal): -582432 or 14687479. OLE color: 14687479.

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

Color convert

RGB 247 28 224 -
CMYK 0 0.89 0.09 0.03
HSL 306.3º 0.93% 0.54% -
HSV(B) 306.3º 0.89% 0.97% -
XYZ 52.23 25.99 72.78 -
YUV 115.83 189.05 221.56 -
System Red Green Blue C M Y K H S L
Decimal 247 28 224 0 0.89 0.09 0.03 306.3 0.93 0.54
Hex F7 1C E0 0 59 9 3 132 5D 36
Octal 367 34 340 0 131 11 3 462 135 66
Binary 11110111 11100 11100000 0 1011001 1001 11 100110010 1011101 110110

Color Harmonies of #F71CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CE0

Black with #F71CE0

Text Example


Text Example

White with #F71CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CE0; }

 p { color: rgb(247,28,224); }

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

background-color css

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

 a { background-color: rgb(247,28,224); }

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

border-color css

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

 span { border-color: rgb(247,28,224); }

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