Html Css Color HEX #F771FF Ultra Pink

📋 copy color: '#F771FF'

red 247 ◦ green 113 ◦ blue 255

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

Shades of Ultra Pink #F771FF

Tints of Ultra Pink #F771FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 18.37%

 BLUE value IS 255 (100% from 255) = 41.46%

R = 40.16%
G = 18.37%
B = 41.46%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F771FF (or 0xF771FF) is known color: Ultra Pink. HEX triplet: F7, 71 and FF. RGB value is (247,113,255). Sum of RGB (Red+Green+Blue) = 247+113+255=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 113 (44.53% from 255 or 18.37% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #F771FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F771FF is #088E00. Grayscale: #A8A8A8. Windows color (decimal): -560641 or 16740855. OLE color: 16740855.

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

Color convert

RGB 247 113 255 -
CMYK 0.03 0.56 0 0
HSL 296.62º 1% 0.72% -
HSV(B) 296.62º 0.56% 1% -
XYZ 62.31 38.8 98.81 -
YUV 169.25 176.39 183.45 -
System Red Green Blue C M Y K H S L
Decimal 247 113 255 0.03 0.56 0 0 296.62 1 0.72
Hex F7 71 FF 3 38 0 0 129 64 48
Octal 367 161 377 3 70 0 0 451 144 110
Binary 11110111 1110001 11111111 11 111000 0 0 100101001 1100100 1001000

Color Harmonies of #F771FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F771FF

Black with #F771FF

Text Example


Text Example

White with #F771FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F771FF; }

 p { color: rgb(247,113,255); }

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

background-color css

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

 a { background-color: rgb(247,113,255); }

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

border-color css

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

 span { border-color: rgb(247,113,255); }

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