Html Css Color HEX #F971F2 Ultra Pink

📋 copy color: '#F971F2'

red 249 ◦ green 113 ◦ blue 242

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

Shades of Ultra Pink #F971F2

Tints of Ultra Pink #F971F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.07%

R = 41.23%
G = 18.71%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F971F2 (or 0xF971F2) is known color: Ultra Pink. HEX triplet: F9, 71 and F2. RGB value is (249,113,242). Sum of RGB (Red+Green+Blue) = 249+113+242=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 113 (44.53% from 255 or 18.71% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F971F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F971F2 is #068E0D. Grayscale: #A7A7A7. Windows color (decimal): -429582 or 15888889. OLE color: 15888889.

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

Color convert

RGB 249 113 242 -
CMYK 0 0.55 0.03 0.02
HSL 303.09º 0.92% 0.71% -
HSV(B) 303.09º 0.55% 0.98% -
XYZ 61 38.36 88.19 -
YUV 168.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 249 113 242 0 0.55 0.03 0.02 303.09 0.92 0.71
Hex F9 71 F2 0 37 3 2 12F 5C 47
Octal 371 161 362 0 67 3 2 457 134 107
Binary 11111001 1110001 11110010 0 110111 11 10 100101111 1011100 1000111

Color Harmonies of #F971F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F971F2

Black with #F971F2

Text Example


Text Example

White with #F971F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F971F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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