Html Css Color HEX #F76EFA Ultra Pink

📋 copy color: '#F76EFA'

red 247 ◦ green 110 ◦ blue 250

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

Shades of Ultra Pink #F76EFA

Tints of Ultra Pink #F76EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.12%

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

R = 40.69%
G = 18.12%
B = 41.19%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F76EFA (or 0xF76EFA) is known color: Ultra Pink. HEX triplet: F7, 6E and FA. RGB value is (247,110,250). Sum of RGB (Red+Green+Blue) = 247+110+250=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 110 (43.36% from 255 or 18.12% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #F76EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76EFA is #089105. Grayscale: #A6A6A6. Windows color (decimal): -561414 or 16412407. OLE color: 16412407.

HSL color Cylindrical-coordinate representation of color #F76EFA: hue angle of 298.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76EFA is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 110 250 -
CMYK 0.01 0.56 0 0.02
HSL 298.71º 0.93% 0.71% -
HSV(B) 298.71º 0.56% 0.98% -
XYZ 61.19 37.83 94.52 -
YUV 166.92 174.89 185.12 -
System Red Green Blue C M Y K H S L
Decimal 247 110 250 0.01 0.56 0 0.02 298.71 0.93 0.71
Hex F7 6E FA 1 38 0 2 12B 5D 47
Octal 367 156 372 1 70 0 2 453 135 107
Binary 11110111 1101110 11111010 1 111000 0 10 100101011 1011101 1000111

Color Harmonies of #F76EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76EFA

Black with #F76EFA

Text Example


Text Example

White with #F76EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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