Html Css Color HEX #F972F7 Ultra Pink

📋 copy color: '#F972F7'

red 249 ◦ green 114 ◦ blue 247

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

Shades of Ultra Pink #F972F7

Tints of Ultra Pink #F972F7

RGB

 RED value IS 249 (97.66% from 255) = 40.82%

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

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

R = 40.82%
G = 18.69%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F972F7 (or 0xF972F7) is known color: Ultra Pink. HEX triplet: F9, 72 and F7. RGB value is (249,114,247). Sum of RGB (Red+Green+Blue) = 249+114+247=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 114 (44.92% from 255 or 18.69% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F972F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F972F7 is #068D08. Grayscale: #A9A9A9. Windows color (decimal): -429321 or 16216825. OLE color: 16216825.

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

Color convert

RGB 249 114 247 -
CMYK 0 0.54 0.01 0.02
HSL 300.89º 0.92% 0.71% -
HSV(B) 300.89º 0.54% 0.98% -
XYZ 61.87 38.89 92.24 -
YUV 169.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 249 114 247 0 0.54 0.01 0.02 300.89 0.92 0.71
Hex F9 72 F7 0 36 1 2 12D 5C 47
Octal 371 162 367 0 66 1 2 455 134 107
Binary 11111001 1110010 11110111 0 110110 1 10 100101101 1011100 1000111

Color Harmonies of #F972F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972F7

Black with #F972F7

Text Example


Text Example

White with #F972F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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