Html Css Color HEX #F770EE Ultra Pink

📋 copy color: '#F770EE'

red 247 ◦ green 112 ◦ blue 238

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

Shades of Ultra Pink #F770EE

Tints of Ultra Pink #F770EE

RGB

 RED value IS 247 (96.88% from 255) = 41.37%

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

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

R = 41.37%
G = 18.76%
B = 39.87%

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

#F770EE (or 0xF770EE) is known color: Ultra Pink. HEX triplet: F7, 70 and EE. RGB value is (247,112,238). Sum of RGB (Red+Green+Blue) = 247+112+238=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 112 (44.14% from 255 or 18.76% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F770EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F770EE is #088F11. Grayscale: #A6A6A6. Windows color (decimal): -560914 or 15626487. OLE color: 15626487.

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

Color convert

RGB 247 112 238 -
CMYK 0 0.55 0.04 0.03
HSL 304º 0.89% 0.7% -
HSV(B) 304º 0.55% 0.97% -
XYZ 59.58 37.54 84.99 -
YUV 166.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 247 112 238 0 0.55 0.04 0.03 304 0.89 0.7
Hex F7 70 EE 0 37 4 3 130 59 46
Octal 367 160 356 0 67 4 3 460 131 106
Binary 11110111 1110000 11101110 0 110111 100 11 100110000 1011001 1000110

Color Harmonies of #F770EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770EE

Black with #F770EE

Text Example


Text Example

White with #F770EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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