Html Css Color HEX #F76BF0 Ultra Pink

📋 copy color: '#F76BF0'

red 247 ◦ green 107 ◦ blue 240

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

Shades of Ultra Pink #F76BF0

Tints of Ultra Pink #F76BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.4%

R = 41.58%
G = 18.01%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F76BF0 (or 0xF76BF0) is known color: Ultra Pink. HEX triplet: F7, 6B and F0. RGB value is (247,107,240). Sum of RGB (Red+Green+Blue) = 247+107+240=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 107 (42.19% from 255 or 18.01% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76BF0 is #08940F. Grayscale: #A3A3A3. Windows color (decimal): -562192 or 15756279. OLE color: 15756279.

HSL color Cylindrical-coordinate representation of color #F76BF0: hue angle of 303º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76BF0 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 107 240 -
CMYK 0 0.57 0.03 0.03
HSL 303º 0.9% 0.69% -
HSV(B) 303º 0.57% 0.97% -
XYZ 59.34 36.58 86.37 -
YUV 164.02 170.88 187.19 -
System Red Green Blue C M Y K H S L
Decimal 247 107 240 0 0.57 0.03 0.03 303 0.9 0.69
Hex F7 6B F0 0 39 3 3 12F 5A 45
Octal 367 153 360 0 71 3 3 457 132 105
Binary 11110111 1101011 11110000 0 111001 11 11 100101111 1011010 1000101

Color Harmonies of #F76BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76BF0

Black with #F76BF0

Text Example


Text Example

White with #F76BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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