Html Css Color HEX #F840F1 Pink Flamingo

📋 copy color: '#F840F1'

red 248 ◦ green 64 ◦ blue 241

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

Shades of Pink Flamingo #F840F1

Tints of Pink Flamingo #F840F1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.57%

 BLUE value IS 241 (94.53% from 255) = 43.58%

R = 44.85%
G = 11.57%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F840F1 (or 0xF840F1) is known color: Pink Flamingo. HEX triplet: F8, 40 and F1. RGB value is (248,64,241). Sum of RGB (Red+Green+Blue) = 248+64+241=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F840F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F840F1 is #07BF0E. Grayscale: #8A8A8A. Windows color (decimal): -507663 or 15810808. OLE color: 15810808.

HSL color Cylindrical-coordinate representation of color #F840F1: hue angle of 302.28º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F840F1 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 64 241 -
CMYK 0 0.74 0.03 0.03
HSL 302.28º 0.93% 0.61% -
HSV(B) 302.28º 0.74% 0.97% -
XYZ 56.42 29.97 86.03 -
YUV 139.19 185.46 205.61 -
System Red Green Blue C M Y K H S L
Decimal 248 64 241 0 0.74 0.03 0.03 302.28 0.93 0.61
Hex F8 40 F1 0 4A 3 3 12E 5D 3D
Octal 370 100 361 0 112 3 3 456 135 75
Binary 11111000 1000000 11110001 0 1001010 11 11 100101110 1011101 111101

Color Harmonies of #F840F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F840F1

Black with #F840F1

Text Example


Text Example

White with #F840F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F840F1; }

 p { color: rgb(248,64,241); }

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

background-color css

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

 a { background-color: rgb(248,64,241); }

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

border-color css

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

 span { border-color: rgb(248,64,241); }

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