Html Css Color HEX #F770FA Ultra Pink

📋 copy color: '#F770FA'

red 247 ◦ green 112 ◦ blue 250

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

Shades of Ultra Pink #F770FA

Tints of Ultra Pink #F770FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.05%

R = 40.56%
G = 18.39%
B = 41.05%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F770FA (or 0xF770FA) is known color: Ultra Pink. HEX triplet: F7, 70 and FA. RGB value is (247,112,250). Sum of RGB (Red+Green+Blue) = 247+112+250=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 112 (44.14% from 255 or 18.39% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #F770FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F770FA is #088F05. Grayscale: #A7A7A7. Windows color (decimal): -560902 or 16412919. OLE color: 16412919.

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

Color convert

RGB 247 112 250 -
CMYK 0.01 0.55 0 0.02
HSL 298.7º 0.93% 0.71% -
HSV(B) 298.7º 0.55% 0.98% -
XYZ 61.41 38.26 94.59 -
YUV 168.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 247 112 250 0.01 0.55 0 0.02 298.7 0.93 0.71
Hex F7 70 FA 1 37 0 2 12B 5D 47
Octal 367 160 372 1 67 0 2 453 135 107
Binary 11110111 1110000 11111010 1 110111 0 10 100101011 1011101 1000111

Color Harmonies of #F770FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770FA

Black with #F770FA

Text Example


Text Example

White with #F770FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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