Html Css Color HEX #F970F1 Ultra Pink

📋 copy color: '#F970F1'

red 249 ◦ green 112 ◦ blue 241

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

Shades of Ultra Pink #F970F1

Tints of Ultra Pink #F970F1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.6%

 BLUE value IS 241 (94.53% from 255) = 40.03%

R = 41.36%
G = 18.6%
B = 40.03%

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

#F970F1 (or 0xF970F1) is known color: Ultra Pink. HEX triplet: F9, 70 and F1. RGB value is (249,112,241). Sum of RGB (Red+Green+Blue) = 249+112+241=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 112 (44.14% from 255 or 18.60% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F970F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970F1 is #068F0E. Grayscale: #A7A7A7. Windows color (decimal): -429839 or 15823097. OLE color: 15823097.

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

Color convert

RGB 249 112 241 -
CMYK 0 0.55 0.03 0.02
HSL 303.5º 0.92% 0.71% -
HSV(B) 303.5º 0.55% 0.98% -
XYZ 60.74 38.08 87.37 -
YUV 167.67 169.39 186.01 -
System Red Green Blue C M Y K H S L
Decimal 249 112 241 0 0.55 0.03 0.02 303.5 0.92 0.71
Hex F9 70 F1 0 37 3 2 130 5C 47
Octal 371 160 361 0 67 3 2 460 134 107
Binary 11111001 1110000 11110001 0 110111 11 10 100110000 1011100 1000111

Color Harmonies of #F970F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970F1

Black with #F970F1

Text Example


Text Example

White with #F970F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970F1; }

 p { color: rgb(249,112,241); }

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

background-color css

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

 a { background-color: rgb(249,112,241); }

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

border-color css

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

 span { border-color: rgb(249,112,241); }

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