Html Css Color HEX #F83CFD Pink Flamingo

📋 copy color: '#F83CFD'

red 248 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #F83CFD

Tints of Pink Flamingo #F83CFD

RGB

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

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

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

R = 44.21%
G = 10.7%
B = 45.1%

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

#F83CFD (or 0xF83CFD) is known color: Pink Flamingo. HEX triplet: F8, 3C and FD. RGB value is (248,60,253). Sum of RGB (Red+Green+Blue) = 248+60+253=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 60 (23.83% from 255 or 10.70% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #F83CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83CFD is #07C302. Grayscale: #898989. Windows color (decimal): -508675 or 16596216. OLE color: 16596216.

HSL color Cylindrical-coordinate representation of color #F83CFD: hue angle of 298.45º degrees, saturation: 0.98, 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 #F83CFD is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 60 253 -
CMYK 0.02 0.76 0 0.01
HSL 298.45º 0.98% 0.61% -
HSV(B) 298.45º 0.76% 0.99% -
XYZ 58.06 30.28 95.71 -
YUV 138.21 192.78 206.31 -
System Red Green Blue C M Y K H S L
Decimal 248 60 253 0.02 0.76 0 0.01 298.45 0.98 0.61
Hex F8 3C FD 2 4C 0 1 12A 62 3D
Octal 370 74 375 2 114 0 1 452 142 75
Binary 11111000 111100 11111101 10 1001100 0 1 100101010 1100010 111101

Color Harmonies of #F83CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83CFD

Black with #F83CFD

Text Example


Text Example

White with #F83CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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