Html Css Color HEX #F971F0 Ultra Pink

📋 copy color: '#F971F0'

red 249 ◦ green 113 ◦ blue 240

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

Shades of Ultra Pink #F971F0

Tints of Ultra Pink #F971F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.87%

R = 41.36%
G = 18.77%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F971F0 (or 0xF971F0) is known color: Ultra Pink. HEX triplet: F9, 71 and F0. RGB value is (249,113,240). Sum of RGB (Red+Green+Blue) = 249+113+240=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 113 (44.53% from 255 or 18.77% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F971F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F971F0 is #068E0F. Grayscale: #A7A7A7. Windows color (decimal): -429584 or 15757817. OLE color: 15757817.

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

Color convert

RGB 249 113 240 -
CMYK 0 0.55 0.04 0.02
HSL 303.97º 0.92% 0.71% -
HSV(B) 303.97º 0.55% 0.98% -
XYZ 60.7 38.24 86.62 -
YUV 168.14 168.56 185.67 -
System Red Green Blue C M Y K H S L
Decimal 249 113 240 0 0.55 0.04 0.02 303.97 0.92 0.71
Hex F9 71 F0 0 37 4 2 130 5C 47
Octal 371 161 360 0 67 4 2 460 134 107
Binary 11111001 1110001 11110000 0 110111 100 10 100110000 1011100 1000111

Color Harmonies of #F971F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F971F0

Black with #F971F0

Text Example


Text Example

White with #F971F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F971F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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