Html Css Color HEX #F970F9 Ultra Pink

📋 copy color: '#F970F9'

red 249 ◦ green 112 ◦ blue 249

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

Shades of Ultra Pink #F970F9

Tints of Ultra Pink #F970F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.82%

R = 40.82%
G = 18.36%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F970F9 (or 0xF970F9) is known color: Ultra Pink. HEX triplet: F9, 70 and F9. RGB value is (249,112,249). Sum of RGB (Red+Green+Blue) = 249+112+249=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 112 (44.14% from 255 or 18.36% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F970F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970F9 is #068F06. Grayscale: #A8A8A8. Windows color (decimal): -429831 or 16347385. OLE color: 16347385.

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

Color convert

RGB 249 112 249 -
CMYK 0 0.55 0 0.02
HSL 300º 0.92% 0.71% -
HSV(B) 300º 0.55% 0.98% -
XYZ 61.96 38.57 93.8 -
YUV 168.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 249 112 249 0 0.55 0 0.02 300 0.92 0.71
Hex F9 70 F9 0 37 0 2 12C 5C 47
Octal 371 160 371 0 67 0 2 454 134 107
Binary 11111001 1110000 11111001 0 110111 0 10 100101100 1011100 1000111

Color Harmonies of #F970F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970F9

Black with #F970F9

Text Example


Text Example

White with #F970F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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