Html Css Color HEX #F76BFE Ultra Pink

📋 copy color: '#F76BFE'

red 247 ◦ green 107 ◦ blue 254

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

Shades of Ultra Pink #F76BFE

Tints of Ultra Pink #F76BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 17.6%

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 40.63%
G = 17.6%
B = 41.78%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F76BFE (or 0xF76BFE) is known color: Ultra Pink. HEX triplet: F7, 6B and FE. RGB value is (247,107,254). Sum of RGB (Red+Green+Blue) = 247+107+254=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 107 (42.19% from 255 or 17.60% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #F76BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76BFE is #089401. Grayscale: #A5A5A5. Windows color (decimal): -562178 or 16673783. OLE color: 16673783.

HSL color Cylindrical-coordinate representation of color #F76BFE: hue angle of 297.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F76BFE is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 247 107 254 -
CMYK 0.03 0.58 0 0.00
HSL 297.14º 0.99% 0.71% -
HSV(B) 297.14º 0.58% 1% -
XYZ 61.5 37.45 97.75 -
YUV 165.62 177.88 186.05 -
System Red Green Blue C M Y K H S L
Decimal 247 107 254 0.03 0.58 0 0.00 297.14 0.99 0.71
Hex F7 6B FE 3 3A 0 0 129 63 47
Octal 367 153 376 3 72 0 0 451 143 107
Binary 11110111 1101011 11111110 11 111010 0 0 100101001 1100011 1000111

Color Harmonies of #F76BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76BFE

Black with #F76BFE

Text Example


Text Example

White with #F76BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76BFE; }

 p { color: rgb(247,107,254); }

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

background-color css

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

 a { background-color: rgb(247,107,254); }

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

border-color css

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

 span { border-color: rgb(247,107,254); }

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