Html Css Color HEX #F76CFA Ultra Pink

📋 copy color: '#F76CFA'

red 247 ◦ green 108 ◦ blue 250

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

Shades of Ultra Pink #F76CFA

Tints of Ultra Pink #F76CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 17.85%

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

R = 40.83%
G = 17.85%
B = 41.32%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F76CFA (or 0xF76CFA) is known color: Ultra Pink. HEX triplet: F7, 6C and FA. RGB value is (247,108,250). Sum of RGB (Red+Green+Blue) = 247+108+250=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 108 (42.58% from 255 or 17.85% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #F76CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76CFA is #089305. Grayscale: #A5A5A5. Windows color (decimal): -561926 or 16411895. OLE color: 16411895.

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

Color convert

RGB 247 108 250 -
CMYK 0.01 0.57 0 0.02
HSL 298.73º 0.93% 0.7% -
HSV(B) 298.73º 0.57% 0.98% -
XYZ 60.98 37.4 94.45 -
YUV 165.75 175.55 185.95 -
System Red Green Blue C M Y K H S L
Decimal 247 108 250 0.01 0.57 0 0.02 298.73 0.93 0.7
Hex F7 6C FA 1 39 0 2 12B 5D 46
Octal 367 154 372 1 71 0 2 453 135 106
Binary 11110111 1101100 11111010 1 111001 0 10 100101011 1011101 1000110

Color Harmonies of #F76CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76CFA

Black with #F76CFA

Text Example


Text Example

White with #F76CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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