Html Css Color HEX #F970FF Ultra Pink

📋 copy color: '#F970FF'

red 249 ◦ green 112 ◦ blue 255

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

Shades of Ultra Pink #F970FF

Tints of Ultra Pink #F970FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.4%

R = 40.42%
G = 18.18%
B = 41.4%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F970FF (or 0xF970FF) is known color: Ultra Pink. HEX triplet: F9, 70 and FF. RGB value is (249,112,255). Sum of RGB (Red+Green+Blue) = 249+112+255=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 112 (44.14% from 255 or 18.18% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #F970FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970FF is #068F00. Grayscale: #A8A8A8. Windows color (decimal): -429825 or 16740601. OLE color: 16740601.

HSL color Cylindrical-coordinate representation of color #F970FF: hue angle of 297.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F970FF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 249 112 255 -
CMYK 0.02 0.56 0 0
HSL 297.48º 1% 0.72% -
HSV(B) 297.48º 0.56% 1% -
XYZ 62.91 38.95 98.81 -
YUV 169.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 249 112 255 0.02 0.56 0 0 297.48 1 0.72
Hex F9 70 FF 2 38 0 0 129 64 48
Octal 371 160 377 2 70 0 0 451 144 110
Binary 11111001 1110000 11111111 10 111000 0 0 100101001 1100100 1001000

Color Harmonies of #F970FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970FF

Black with #F970FF

Text Example


Text Example

White with #F970FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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