Html Css Color HEX #F672FD Ultra Pink

📋 copy color: '#F672FD'

red 246 ◦ green 114 ◦ blue 253

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

Shades of Ultra Pink #F672FD

Tints of Ultra Pink #F672FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 40.13%
G = 18.6%
B = 41.27%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F672FD (or 0xF672FD) is known color: Ultra Pink. HEX triplet: F6, 72 and FD. RGB value is (246,114,253). Sum of RGB (Red+Green+Blue) = 246+114+253=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 114 (44.92% from 255 or 18.60% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #F672FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672FD is #098D02. Grayscale: #A8A8A8. Windows color (decimal): -625923 or 16610038. OLE color: 16610038.

HSL color Cylindrical-coordinate representation of color #F672FD: hue angle of 296.98º degrees, saturation: 0.97, 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 #F672FD is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 114 253 -
CMYK 0.03 0.55 0 0.01
HSL 296.98º 0.97% 0.72% -
HSV(B) 296.98º 0.55% 0.99% -
XYZ 61.75 38.72 97.15 -
YUV 169.31 175.23 182.7 -
System Red Green Blue C M Y K H S L
Decimal 246 114 253 0.03 0.55 0 0.01 296.98 0.97 0.72
Hex F6 72 FD 3 37 0 1 129 61 48
Octal 366 162 375 3 67 0 1 451 141 110
Binary 11110110 1110010 11111101 11 110111 0 1 100101001 1100001 1001000

Color Harmonies of #F672FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F672FD

Black with #F672FD

Text Example


Text Example

White with #F672FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F672FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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