Html Css Color HEX #F970FA Ultra Pink

📋 copy color: '#F970FA'

red 249 ◦ green 112 ◦ blue 250

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

Shades of Ultra Pink #F970FA

Tints of Ultra Pink #F970FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 40.75%
G = 18.33%
B = 40.92%

CMYK

 C value IS 0.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F970FA (or 0xF970FA) is known color: Ultra Pink. HEX triplet: F9, 70 and FA. RGB value is (249,112,250). Sum of RGB (Red+Green+Blue) = 249+112+250=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 112 (44.14% from 255 or 18.33% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #F970FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970FA is #068F05. Grayscale: #A8A8A8. Windows color (decimal): -429830 or 16412921. OLE color: 16412921.

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

Color convert

RGB 249 112 250 -
CMYK 0.00 0.55 0 0.02
HSL 299.57º 0.93% 0.71% -
HSV(B) 299.57º 0.55% 0.98% -
XYZ 62.12 38.63 94.62 -
YUV 168.7 173.89 185.28 -
System Red Green Blue C M Y K H S L
Decimal 249 112 250 0.00 0.55 0 0.02 299.57 0.93 0.71
Hex F9 70 FA 0 37 0 2 12C 5D 47
Octal 371 160 372 0 67 0 2 454 135 107
Binary 11111001 1110000 11111010 0 110111 0 10 100101100 1011101 1000111

Color Harmonies of #F970FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970FA

Black with #F970FA

Text Example


Text Example

White with #F970FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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