Html Css Color HEX #F672F1 Ultra Pink

📋 copy color: '#F672F1'

red 246 ◦ green 114 ◦ blue 241

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

Shades of Ultra Pink #F672F1

Tints of Ultra Pink #F672F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.1%

R = 40.93%
G = 18.97%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F672F1 (or 0xF672F1) is known color: Ultra Pink. HEX triplet: F6, 72 and F1. RGB value is (246,114,241). Sum of RGB (Red+Green+Blue) = 246+114+241=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 114 (44.92% from 255 or 18.97% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F672F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672F1 is #098D0E. Grayscale: #A7A7A7. Windows color (decimal): -625935 or 15823606. OLE color: 15823606.

HSL color Cylindrical-coordinate representation of color #F672F1: hue angle of 302.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672F1 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 114 241 -
CMYK 0 0.54 0.02 0.04
HSL 302.27º 0.88% 0.71% -
HSV(B) 302.27º 0.54% 0.96% -
XYZ 59.9 37.98 87.39 -
YUV 167.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 246 114 241 0 0.54 0.02 0.04 302.27 0.88 0.71
Hex F6 72 F1 0 36 2 4 12E 58 47
Octal 366 162 361 0 66 2 4 456 130 107
Binary 11110110 1110010 11110001 0 110110 10 100 100101110 1011000 1000111

Color Harmonies of #F672F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F672F1

Black with #F672F1

Text Example


Text Example

White with #F672F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F672F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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