Html Css Color HEX #F970EE Ultra Pink

📋 copy color: '#F970EE'

red 249 ◦ green 112 ◦ blue 238

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

Shades of Ultra Pink #F970EE

Tints of Ultra Pink #F970EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.73%

R = 41.57%
G = 18.7%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F970EE (or 0xF970EE) is known color: Ultra Pink. HEX triplet: F9, 70 and EE. RGB value is (249,112,238). Sum of RGB (Red+Green+Blue) = 249+112+238=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 112 (44.14% from 255 or 18.70% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F970EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970EE is #068F11. Grayscale: #A6A6A6. Windows color (decimal): -429842 or 15626489. OLE color: 15626489.

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

Color convert

RGB 249 112 238 -
CMYK 0 0.55 0.04 0.02
HSL 304.82º 0.92% 0.71% -
HSV(B) 304.82º 0.55% 0.98% -
XYZ 60.29 37.9 85.03 -
YUV 167.33 167.89 186.25 -
System Red Green Blue C M Y K H S L
Decimal 249 112 238 0 0.55 0.04 0.02 304.82 0.92 0.71
Hex F9 70 EE 0 37 4 2 131 5C 47
Octal 371 160 356 0 67 4 2 461 134 107
Binary 11111001 1110000 11101110 0 110111 100 10 100110001 1011100 1000111

Color Harmonies of #F970EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970EE

Black with #F970EE

Text Example


Text Example

White with #F970EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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