Html Css Color HEX #F83CFC Pink Flamingo

📋 copy color: '#F83CFC'

red 248 ◦ green 60 ◦ blue 252

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

Shades of Pink Flamingo #F83CFC

Tints of Pink Flamingo #F83CFC

RGB

 RED value IS 248 (97.27% from 255) = 44.29%

 GREEN value IS 60 (23.83% from 255) = 10.71%

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

R = 44.29%
G = 10.71%
B = 45%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F83CFC (or 0xF83CFC) is known color: Pink Flamingo. HEX triplet: F8, 3C and FC. RGB value is (248,60,252). Sum of RGB (Red+Green+Blue) = 248+60+252=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 60 (23.83% from 255 or 10.71% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #F83CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83CFC is #07C303. Grayscale: #898989. Windows color (decimal): -508676 or 16530680. OLE color: 16530680.

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

Color convert

RGB 248 60 252 -
CMYK 0.02 0.76 0 0.01
HSL 298.75º 0.97% 0.61% -
HSV(B) 298.75º 0.76% 0.99% -
XYZ 57.9 30.22 94.88 -
YUV 138.1 192.28 206.39 -
System Red Green Blue C M Y K H S L
Decimal 248 60 252 0.02 0.76 0 0.01 298.75 0.97 0.61
Hex F8 3C FC 2 4C 0 1 12B 61 3D
Octal 370 74 374 2 114 0 1 453 141 75
Binary 11111000 111100 11111100 10 1001100 0 1 100101011 1100001 111101

Color Harmonies of #F83CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83CFC

Black with #F83CFC

Text Example


Text Example

White with #F83CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83CFC; }

 p { color: rgb(248,60,252); }

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

background-color css

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

 a { background-color: rgb(248,60,252); }

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

border-color css

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

 span { border-color: rgb(248,60,252); }

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