Html Css Color HEX #F845FE Pink Flamingo

📋 copy color: '#F845FE'

red 248 ◦ green 69 ◦ blue 254

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

Shades of Pink Flamingo #F845FE

Tints of Pink Flamingo #F845FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 43.43%
G = 12.08%
B = 44.48%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F845FE (or 0xF845FE) is known color: Pink Flamingo. HEX triplet: F8, 45 and FE. RGB value is (248,69,254). Sum of RGB (Red+Green+Blue) = 248+69+254=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 69 (27.34% from 255 or 12.08% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #F845FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F845FE is #07BA01. Grayscale: #8F8F8F. Windows color (decimal): -506370 or 16664056. OLE color: 16664056.

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

Color convert

RGB 248 69 254 -
CMYK 0.02 0.73 0 0.00
HSL 298.05º 0.99% 0.63% -
HSV(B) 298.05º 0.73% 1% -
XYZ 58.73 31.37 96.73 -
YUV 143.61 190.3 202.46 -
System Red Green Blue C M Y K H S L
Decimal 248 69 254 0.02 0.73 0 0.00 298.05 0.99 0.63
Hex F8 45 FE 2 49 0 0 12A 63 3F
Octal 370 105 376 2 111 0 0 452 143 77
Binary 11111000 1000101 11111110 10 1001001 0 0 100101010 1100011 111111

Color Harmonies of #F845FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F845FE

Black with #F845FE

Text Example


Text Example

White with #F845FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F845FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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