Html Css Color HEX #F971F4 Ultra Pink

📋 copy color: '#F971F4'

red 249 ◦ green 113 ◦ blue 244

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

Shades of Ultra Pink #F971F4

Tints of Ultra Pink #F971F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.26%

R = 41.09%
G = 18.65%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F971F4 (or 0xF971F4) is known color: Ultra Pink. HEX triplet: F9, 71 and F4. RGB value is (249,113,244). Sum of RGB (Red+Green+Blue) = 249+113+244=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 113 (44.53% from 255 or 18.65% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F971F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F971F4 is #068E0B. Grayscale: #A8A8A8. Windows color (decimal): -429580 or 16019961. OLE color: 16019961.

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

Color convert

RGB 249 113 244 -
CMYK 0 0.55 0.02 0.02
HSL 302.21º 0.92% 0.71% -
HSV(B) 302.21º 0.55% 0.98% -
XYZ 61.3 38.48 89.78 -
YUV 168.6 170.56 185.35 -
System Red Green Blue C M Y K H S L
Decimal 249 113 244 0 0.55 0.02 0.02 302.21 0.92 0.71
Hex F9 71 F4 0 37 2 2 12E 5C 47
Octal 371 161 364 0 67 2 2 456 134 107
Binary 11111001 1110001 11110100 0 110111 10 10 100101110 1011100 1000111

Color Harmonies of #F971F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F971F4

Black with #F971F4

Text Example


Text Example

White with #F971F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F971F4; }

 p { color: rgb(249,113,244); }

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

background-color css

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

 a { background-color: rgb(249,113,244); }

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

border-color css

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

 span { border-color: rgb(249,113,244); }

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