Html Css Color HEX #F172F9 Ultra Pink

📋 copy color: '#F172F9'

red 241 ◦ green 114 ◦ blue 249

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

Shades of Ultra Pink #F172F9

Tints of Ultra Pink #F172F9

RGB

 RED value IS 241 (94.53% from 255) = 39.9%

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

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

R = 39.9%
G = 18.87%
B = 41.23%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F172F9 (or 0xF172F9) is known color: Ultra Pink. HEX triplet: F1, 72 and F9. RGB value is (241,114,249). Sum of RGB (Red+Green+Blue) = 241+114+249=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 114 (44.92% from 255 or 18.87% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #F172F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F172F9 is #0E8D06. Grayscale: #A6A6A6. Windows color (decimal): -953607 or 16347889. OLE color: 16347889.

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

Color convert

RGB 241 114 249 -
CMYK 0.03 0.54 0 0.02
HSL 296.44º 0.92% 0.71% -
HSV(B) 296.44º 0.54% 0.98% -
XYZ 59.39 37.57 93.74 -
YUV 167.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 241 114 249 0.03 0.54 0 0.02 296.44 0.92 0.71
Hex F1 72 F9 3 36 0 2 128 5C 47
Octal 361 162 371 3 66 0 2 450 134 107
Binary 11110001 1110010 11111001 11 110110 0 10 100101000 1011100 1000111

Color Harmonies of #F172F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F172F9

Black with #F172F9

Text Example


Text Example

White with #F172F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F172F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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