Html Css Color HEX #F672FC Ultra Pink

📋 copy color: '#F672FC'

red 246 ◦ green 114 ◦ blue 252

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

Shades of Ultra Pink #F672FC

Tints of Ultra Pink #F672FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.18%

R = 40.2%
G = 18.63%
B = 41.18%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F672FC (or 0xF672FC) is known color: Ultra Pink. HEX triplet: F6, 72 and FC. RGB value is (246,114,252). Sum of RGB (Red+Green+Blue) = 246+114+252=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 114 (44.92% from 255 or 18.63% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #F672FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672FC is #098D03. Grayscale: #A8A8A8. Windows color (decimal): -625924 or 16544502. OLE color: 16544502.

HSL color Cylindrical-coordinate representation of color #F672FC: hue angle of 297.39º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F672FC is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 114 252 -
CMYK 0.02 0.55 0 0.01
HSL 297.39º 0.96% 0.72% -
HSV(B) 297.39º 0.55% 0.99% -
XYZ 61.59 38.66 96.31 -
YUV 169.2 174.73 182.78 -
System Red Green Blue C M Y K H S L
Decimal 246 114 252 0.02 0.55 0 0.01 297.39 0.96 0.72
Hex F6 72 FC 2 37 0 1 129 60 48
Octal 366 162 374 2 67 0 1 451 140 110
Binary 11110110 1110010 11111100 10 110111 0 1 100101001 1100000 1001000

Color Harmonies of #F672FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F672FC

Black with #F672FC

Text Example


Text Example

White with #F672FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F672FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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