Html Css Color HEX #F845FA Pink Flamingo

📋 copy color: '#F845FA'

red 248 ◦ green 69 ◦ blue 250

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

Shades of Pink Flamingo #F845FA

Tints of Pink Flamingo #F845FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 43.74%
G = 12.17%
B = 44.09%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F845FA (or 0xF845FA) is known color: Pink Flamingo. HEX triplet: F8, 45 and FA. RGB value is (248,69,250). Sum of RGB (Red+Green+Blue) = 248+69+250=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 69 (27.34% from 255 or 12.17% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #F845FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F845FA is #07BA05. Grayscale: #8E8E8E. Windows color (decimal): -506374 or 16401912. OLE color: 16401912.

HSL color Cylindrical-coordinate representation of color #F845FA: hue angle of 299.34º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F845FA is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 69 250 -
CMYK 0.01 0.72 0 0.02
HSL 299.34º 0.95% 0.63% -
HSV(B) 299.34º 0.72% 0.98% -
XYZ 58.09 31.11 93.39 -
YUV 143.16 188.3 202.78 -
System Red Green Blue C M Y K H S L
Decimal 248 69 250 0.01 0.72 0 0.02 299.34 0.95 0.63
Hex F8 45 FA 1 48 0 2 12B 5F 3F
Octal 370 105 372 1 110 0 2 453 137 77
Binary 11111000 1000101 11111010 1 1001000 0 10 100101011 1011111 111111

Color Harmonies of #F845FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F845FA

Black with #F845FA

Text Example


Text Example

White with #F845FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F845FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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