Html Css Color HEX #F772F0 Ultra Pink

📋 copy color: '#F772F0'

red 247 ◦ green 114 ◦ blue 240

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

Shades of Ultra Pink #F772F0

Tints of Ultra Pink #F772F0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 18.97%

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

R = 41.1%
G = 18.97%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F772F0 (or 0xF772F0) is known color: Ultra Pink. HEX triplet: F7, 72 and F0. RGB value is (247,114,240). Sum of RGB (Red+Green+Blue) = 247+114+240=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 114 (44.92% from 255 or 18.97% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F772F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F772F0 is #088D0F. Grayscale: #A7A7A7. Windows color (decimal): -560400 or 15758071. OLE color: 15758071.

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

Color convert

RGB 247 114 240 -
CMYK 0 0.54 0.03 0.03
HSL 303.16º 0.89% 0.71% -
HSV(B) 303.16º 0.54% 0.97% -
XYZ 60.1 38.1 86.62 -
YUV 168.13 168.56 184.25 -
System Red Green Blue C M Y K H S L
Decimal 247 114 240 0 0.54 0.03 0.03 303.16 0.89 0.71
Hex F7 72 F0 0 36 3 3 12F 59 47
Octal 367 162 360 0 66 3 3 457 131 107
Binary 11110111 1110010 11110000 0 110110 11 11 100101111 1011001 1000111

Color Harmonies of #F772F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F772F0

Black with #F772F0

Text Example


Text Example

White with #F772F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F772F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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