Html Css Color HEX #F71FDE Razzle Dazzle Rose

📋 copy color: '#F71FDE'

red 247 ◦ green 31 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F71FDE

Tints of Razzle Dazzle Rose #F71FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 49.4%
G = 6.2%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F71FDE (or 0xF71FDE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1F and DE. RGB value is (247,31,222). Sum of RGB (Red+Green+Blue) = 247+31+222=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 31 (12.5% from 255 or 6.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F71FDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71FDE is #08E021. Grayscale: #747474. Windows color (decimal): -581666 or 14557175. OLE color: 14557175.

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

Color convert

RGB 247 31 222 -
CMYK 0 0.87 0.10 0.03
HSL 306.94º 0.93% 0.55% -
HSV(B) 306.94º 0.87% 0.97% -
XYZ 52.03 26.03 71.39 -
YUV 117.36 187.06 220.47 -
System Red Green Blue C M Y K H S L
Decimal 247 31 222 0 0.87 0.10 0.03 306.94 0.93 0.55
Hex F7 1F DE 0 57 A 3 133 5D 37
Octal 367 37 336 0 127 12 3 463 135 67
Binary 11110111 11111 11011110 0 1010111 1010 11 100110011 1011101 110111

Color Harmonies of #F71FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71FDE

Black with #F71FDE

Text Example


Text Example

White with #F71FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71FDE; }

 p { color: rgb(247,31,222); }

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

background-color css

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

 a { background-color: rgb(247,31,222); }

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

border-color css

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

 span { border-color: rgb(247,31,222); }

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