Html Css Color HEX #F848FF Pink Flamingo

📋 copy color: '#F848FF'

red 248 ◦ green 72 ◦ blue 255

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

Shades of Pink Flamingo #F848FF

Tints of Pink Flamingo #F848FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.52%

 BLUE value IS 255 (100% from 255) = 44.35%

R = 43.13%
G = 12.52%
B = 44.35%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F848FF (or 0xF848FF) is known color: Pink Flamingo. HEX triplet: F8, 48 and FF. RGB value is (248,72,255). Sum of RGB (Red+Green+Blue) = 248+72+255=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 72 (28.52% from 255 or 12.52% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #F848FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F848FF is #07B700. Grayscale: #909090. Windows color (decimal): -505601 or 16730360. OLE color: 16730360.

HSL color Cylindrical-coordinate representation of color #F848FF: hue angle of 297.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F848FF is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 72 255 -
CMYK 0.03 0.72 0 0
HSL 297.7º 1% 0.64% -
HSV(B) 297.7º 0.72% 1% -
XYZ 59.08 31.81 97.63 -
YUV 145.49 189.81 201.12 -
System Red Green Blue C M Y K H S L
Decimal 248 72 255 0.03 0.72 0 0 297.7 1 0.64
Hex F8 48 FF 3 48 0 0 12A 64 40
Octal 370 110 377 3 110 0 0 452 144 100
Binary 11111000 1001000 11111111 11 1001000 0 0 100101010 1100100 1000000

Color Harmonies of #F848FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F848FF

Black with #F848FF

Text Example


Text Example

White with #F848FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F848FF; }

 p { color: rgb(248,72,255); }

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

background-color css

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

 a { background-color: rgb(248,72,255); }

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

border-color css

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

 span { border-color: rgb(248,72,255); }

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