Html Css Color HEX #F71FE2 Razzle Dazzle Rose

📋 copy color: '#F71FE2'

red 247 ◦ green 31 ◦ blue 226

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

Shades of Razzle Dazzle Rose #F71FE2

Tints of Razzle Dazzle Rose #F71FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.84%

R = 49.01%
G = 6.15%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F71FE2 (or 0xF71FE2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1F and E2. RGB value is (247,31,226). Sum of RGB (Red+Green+Blue) = 247+31+226=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 31 (12.5% from 255 or 6.15% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F71FE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71FE2 is #08E01D. Grayscale: #757575. Windows color (decimal): -581662 or 14819319. OLE color: 14819319.

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

Color convert

RGB 247 31 226 -
CMYK 0 0.87 0.09 0.03
HSL 305.83º 0.93% 0.55% -
HSV(B) 305.83º 0.87% 0.97% -
XYZ 52.58 26.25 74.25 -
YUV 117.81 189.06 220.14 -
System Red Green Blue C M Y K H S L
Decimal 247 31 226 0 0.87 0.09 0.03 305.83 0.93 0.55
Hex F7 1F E2 0 57 9 3 132 5D 37
Octal 367 37 342 0 127 11 3 462 135 67
Binary 11110111 11111 11100010 0 1010111 1001 11 100110010 1011101 110111

Color Harmonies of #F71FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71FE2

Black with #F71FE2

Text Example


Text Example

White with #F71FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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