Html Css Color HEX #F76CFB Ultra Pink

📋 copy color: '#F76CFB'

red 247 ◦ green 108 ◦ blue 251

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

Shades of Ultra Pink #F76CFB

Tints of Ultra Pink #F76CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.42%

R = 40.76%
G = 17.82%
B = 41.42%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F76CFB (or 0xF76CFB) is known color: Ultra Pink. HEX triplet: F7, 6C and FB. RGB value is (247,108,251). Sum of RGB (Red+Green+Blue) = 247+108+251=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 108 (42.58% from 255 or 17.82% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #F76CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76CFB is #089304. Grayscale: #A5A5A5. Windows color (decimal): -561925 or 16477431. OLE color: 16477431.

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

Color convert

RGB 247 108 251 -
CMYK 0.02 0.57 0 0.02
HSL 298.32º 0.95% 0.7% -
HSV(B) 298.32º 0.57% 0.98% -
XYZ 61.13 37.46 95.28 -
YUV 165.86 176.05 185.87 -
System Red Green Blue C M Y K H S L
Decimal 247 108 251 0.02 0.57 0 0.02 298.32 0.95 0.7
Hex F7 6C FB 2 39 0 2 12A 5F 46
Octal 367 154 373 2 71 0 2 452 137 106
Binary 11110111 1101100 11111011 10 111001 0 10 100101010 1011111 1000110

Color Harmonies of #F76CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76CFB

Black with #F76CFB

Text Example


Text Example

White with #F76CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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