Html Css Color HEX #F970F5 Ultra Pink

📋 copy color: '#F970F5'

red 249 ◦ green 112 ◦ blue 245

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

Shades of Ultra Pink #F970F5

Tints of Ultra Pink #F970F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.43%

R = 41.09%
G = 18.48%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F970F5 (or 0xF970F5) is known color: Ultra Pink. HEX triplet: F9, 70 and F5. RGB value is (249,112,245). Sum of RGB (Red+Green+Blue) = 249+112+245=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 112 (44.14% from 255 or 18.48% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F970F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970F5 is #068F0A. Grayscale: #A7A7A7. Windows color (decimal): -429835 or 16085241. OLE color: 16085241.

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

Color convert

RGB 249 112 245 -
CMYK 0 0.55 0.02 0.02
HSL 301.75º 0.92% 0.71% -
HSV(B) 301.75º 0.55% 0.98% -
XYZ 61.34 38.32 90.55 -
YUV 168.13 171.39 185.69 -
System Red Green Blue C M Y K H S L
Decimal 249 112 245 0 0.55 0.02 0.02 301.75 0.92 0.71
Hex F9 70 F5 0 37 2 2 12E 5C 47
Octal 371 160 365 0 67 2 2 456 134 107
Binary 11111001 1110000 11110101 0 110111 10 10 100101110 1011100 1000111

Color Harmonies of #F970F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970F5

Black with #F970F5

Text Example


Text Example

White with #F970F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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