Html Css Color HEX #F571F7 Ultra Pink

📋 copy color: '#F571F7'

red 245 ◦ green 113 ◦ blue 247

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

Shades of Ultra Pink #F571F7

Tints of Ultra Pink #F571F7

RGB

 RED value IS 245 (96.09% from 255) = 40.5%

 GREEN value IS 113 (44.53% from 255) = 18.68%

 BLUE value IS 247 (96.88% from 255) = 40.83%

R = 40.5%
G = 18.68%
B = 40.83%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F571F7 (or 0xF571F7) is known color: Ultra Pink. HEX triplet: F5, 71 and F7. RGB value is (245,113,247). Sum of RGB (Red+Green+Blue) = 245+113+247=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 113 (44.53% from 255 or 18.68% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #F571F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F571F7 is #0A8E08. Grayscale: #A7A7A7. Windows color (decimal): -691721 or 16216565. OLE color: 16216565.

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

Color convert

RGB 245 113 247 -
CMYK 0.01 0.54 0 0.03
HSL 299.1º 0.89% 0.71% -
HSV(B) 299.1º 0.54% 0.97% -
XYZ 60.35 37.94 92.14 -
YUV 167.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 245 113 247 0.01 0.54 0 0.03 299.1 0.89 0.71
Hex F5 71 F7 1 36 0 3 12B 59 47
Octal 365 161 367 1 66 0 3 453 131 107
Binary 11110101 1110001 11110111 1 110110 0 11 100101011 1011001 1000111

Color Harmonies of #F571F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F571F7

Black with #F571F7

Text Example


Text Example

White with #F571F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F571F7; }

 p { color: rgb(245,113,247); }

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

background-color css

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

 a { background-color: rgb(245,113,247); }

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

border-color css

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

 span { border-color: rgb(245,113,247); }

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