Html Css Color HEX #F770F0 Ultra Pink

📋 copy color: '#F770F0'

red 247 ◦ green 112 ◦ blue 240

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

Shades of Ultra Pink #F770F0

Tints of Ultra Pink #F770F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.07%

R = 41.24%
G = 18.7%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F770F0 (or 0xF770F0) is known color: Ultra Pink. HEX triplet: F7, 70 and F0. RGB value is (247,112,240). Sum of RGB (Red+Green+Blue) = 247+112+240=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 112 (44.14% from 255 or 18.70% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F770F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F770F0 is #088F0F. Grayscale: #A6A6A6. Windows color (decimal): -560912 or 15757559. OLE color: 15757559.

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

Color convert

RGB 247 112 240 -
CMYK 0 0.55 0.03 0.03
HSL 303.11º 0.89% 0.7% -
HSV(B) 303.11º 0.55% 0.97% -
XYZ 59.88 37.65 86.55 -
YUV 166.96 169.23 185.09 -
System Red Green Blue C M Y K H S L
Decimal 247 112 240 0 0.55 0.03 0.03 303.11 0.89 0.7
Hex F7 70 F0 0 37 3 3 12F 59 46
Octal 367 160 360 0 67 3 3 457 131 106
Binary 11110111 1110000 11110000 0 110111 11 11 100101111 1011001 1000110

Color Harmonies of #F770F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770F0

Black with #F770F0

Text Example


Text Example

White with #F770F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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