Html Css Color HEX #F870ED Ultra Pink

📋 copy color: '#F870ED'

red 248 ◦ green 112 ◦ blue 237

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

Shades of Ultra Pink #F870ED

Tints of Ultra Pink #F870ED

RGB

 RED value IS 248 (97.27% from 255) = 41.54%

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

 BLUE value IS 237 (92.97% from 255) = 39.7%

R = 41.54%
G = 18.76%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F870ED (or 0xF870ED) is known color: Ultra Pink. HEX triplet: F8, 70 and ED. RGB value is (248,112,237). Sum of RGB (Red+Green+Blue) = 248+112+237=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 112 (44.14% from 255 or 18.76% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F870ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F870ED is #078F12. Grayscale: #A6A6A6. Windows color (decimal): -495379 or 15560952. OLE color: 15560952.

HSL color Cylindrical-coordinate representation of color #F870ED: hue angle of 304.85º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F870ED is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 112 237 -
CMYK 0 0.55 0.04 0.03
HSL 304.85º 0.91% 0.71% -
HSV(B) 304.85º 0.55% 0.97% -
XYZ 59.79 37.66 84.24 -
YUV 166.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 248 112 237 0 0.55 0.04 0.03 304.85 0.91 0.71
Hex F8 70 ED 0 37 4 3 131 5B 47
Octal 370 160 355 0 67 4 3 461 133 107
Binary 11111000 1110000 11101101 0 110111 100 11 100110001 1011011 1000111

Color Harmonies of #F870ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F870ED

Black with #F870ED

Text Example


Text Example

White with #F870ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F870ED; }

 p { color: rgb(248,112,237); }

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

background-color css

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

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

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

border-color css

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

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

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