Html Css Color HEX #F672F7 Ultra Pink

📋 copy color: '#F672F7'

red 246 ◦ green 114 ◦ blue 247

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

Shades of Ultra Pink #F672F7

Tints of Ultra Pink #F672F7

RGB

 RED value IS 246 (96.48% from 255) = 40.53%

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

 BLUE value IS 247 (96.88% from 255) = 40.69%

R = 40.53%
G = 18.78%
B = 40.69%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F672F7 (or 0xF672F7) is known color: Ultra Pink. HEX triplet: F6, 72 and F7. RGB value is (246,114,247). Sum of RGB (Red+Green+Blue) = 246+114+247=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 114 (44.92% from 255 or 18.78% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #F672F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672F7 is #098D08. Grayscale: #A8A8A8. Windows color (decimal): -625929 or 16216822. OLE color: 16216822.

HSL color Cylindrical-coordinate representation of color #F672F7: hue angle of 299.55º 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 #F672F7 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 246 114 247 -
CMYK 0.00 0.54 0 0.03
HSL 299.55º 0.89% 0.71% -
HSV(B) 299.55º 0.54% 0.97% -
XYZ 60.81 38.34 92.19 -
YUV 168.63 172.23 183.19 -
System Red Green Blue C M Y K H S L
Decimal 246 114 247 0.00 0.54 0 0.03 299.55 0.89 0.71
Hex F6 72 F7 0 36 0 3 12C 59 47
Octal 366 162 367 0 66 0 3 454 131 107
Binary 11110110 1110010 11110111 0 110110 0 11 100101100 1011001 1000111

Color Harmonies of #F672F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F672F7

Black with #F672F7

Text Example


Text Example

White with #F672F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F672F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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