Html Css Color HEX #F572F9 Ultra Pink

📋 copy color: '#F572F9'

red 245 ◦ green 114 ◦ blue 249

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

Shades of Ultra Pink #F572F9

Tints of Ultra Pink #F572F9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 18.75%

 BLUE value IS 249 (97.66% from 255) = 40.95%

R = 40.3%
G = 18.75%
B = 40.95%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F572F9 (or 0xF572F9) is known color: Ultra Pink. HEX triplet: F5, 72 and F9. RGB value is (245,114,249). Sum of RGB (Red+Green+Blue) = 245+114+249=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 114 (44.92% from 255 or 18.75% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #F572F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F572F9 is #0A8D06. Grayscale: #A8A8A8. Windows color (decimal): -691463 or 16347893. OLE color: 16347893.

HSL color Cylindrical-coordinate representation of color #F572F9: hue angle of 298.22º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F572F9 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 114 249 -
CMYK 0.02 0.54 0 0.02
HSL 298.22º 0.92% 0.71% -
HSV(B) 298.22º 0.54% 0.98% -
XYZ 60.77 38.29 93.81 -
YUV 168.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 245 114 249 0.02 0.54 0 0.02 298.22 0.92 0.71
Hex F5 72 F9 2 36 0 2 12A 5C 47
Octal 365 162 371 2 66 0 2 452 134 107
Binary 11110101 1110010 11111001 10 110110 0 10 100101010 1011100 1000111

Color Harmonies of #F572F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F572F9

Black with #F572F9

Text Example


Text Example

White with #F572F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F572F9; }

 p { color: rgb(245,114,249); }

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

background-color css

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

 a { background-color: rgb(245,114,249); }

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

border-color css

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

 span { border-color: rgb(245,114,249); }

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