Html Css Color HEX #F845FF Pink Flamingo

📋 copy color: '#F845FF'

red 248 ◦ green 69 ◦ blue 255

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

Shades of Pink Flamingo #F845FF

Tints of Pink Flamingo #F845FF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.06%

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

R = 43.36%
G = 12.06%
B = 44.58%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F845FF (or 0xF845FF) is known color: Pink Flamingo. HEX triplet: F8, 45 and FF. RGB value is (248,69,255). Sum of RGB (Red+Green+Blue) = 248+69+255=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 69 (27.34% from 255 or 12.06% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #F845FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F845FF is #07BA00. Grayscale: #8F8F8F. Windows color (decimal): -506369 or 16729592. OLE color: 16729592.

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

Color convert

RGB 248 69 255 -
CMYK 0.03 0.73 0 0
HSL 297.74º 1% 0.64% -
HSV(B) 297.74º 0.73% 1% -
XYZ 58.89 31.43 97.57 -
YUV 143.73 190.8 202.38 -
System Red Green Blue C M Y K H S L
Decimal 248 69 255 0.03 0.73 0 0 297.74 1 0.64
Hex F8 45 FF 3 49 0 0 12A 64 40
Octal 370 105 377 3 111 0 0 452 144 100
Binary 11111000 1000101 11111111 11 1001001 0 0 100101010 1100100 1000000

Color Harmonies of #F845FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F845FF

Black with #F845FF

Text Example


Text Example

White with #F845FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F845FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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