Html Css Color HEX #F972FF Ultra Pink

📋 copy color: '#F972FF'

red 249 ◦ green 114 ◦ blue 255

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

Shades of Ultra Pink #F972FF

Tints of Ultra Pink #F972FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.26%

R = 40.29%
G = 18.45%
B = 41.26%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F972FF (or 0xF972FF) is known color: Ultra Pink. HEX triplet: F9, 72 and FF. RGB value is (249,114,255). Sum of RGB (Red+Green+Blue) = 249+114+255=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 114 (44.92% from 255 or 18.45% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #F972FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F972FF is #068D00. Grayscale: #AAAAAA. Windows color (decimal): -429313 or 16741113. OLE color: 16741113.

HSL color Cylindrical-coordinate representation of color #F972FF: hue angle of 297.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F972FF is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 249 114 255 -
CMYK 0.02 0.55 0 0
HSL 297.45º 1% 0.72% -
HSV(B) 297.45º 0.55% 1% -
XYZ 63.13 39.39 98.88 -
YUV 170.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 249 114 255 0.02 0.55 0 0 297.45 1 0.72
Hex F9 72 FF 2 37 0 0 129 64 48
Octal 371 162 377 2 67 0 0 451 144 110
Binary 11111001 1110010 11111111 10 110111 0 0 100101001 1100100 1001000

Color Harmonies of #F972FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972FF

Black with #F972FF

Text Example


Text Example

White with #F972FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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