Html Css Color HEX #F85FF2 Pink Flamingo

📋 copy color: '#F85FF2'

red 248 ◦ green 95 ◦ blue 242

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

Shades of Pink Flamingo #F85FF2

Tints of Pink Flamingo #F85FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.24%

 BLUE value IS 242 (94.92% from 255) = 41.37%

R = 42.39%
G = 16.24%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F85FF2 (or 0xF85FF2) is known color: Pink Flamingo. HEX triplet: F8, 5F and F2. RGB value is (248,95,242). Sum of RGB (Red+Green+Blue) = 248+95+242=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 95 (37.5% from 255 or 16.24% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85FF2 is #07A00D. Grayscale: #9D9D9D. Windows color (decimal): -499726 or 15884280. OLE color: 15884280.

HSL color Cylindrical-coordinate representation of color #F85FF2: hue angle of 302.35º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85FF2 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 95 242 -
CMYK 0 0.62 0.02 0.03
HSL 302.35º 0.92% 0.67% -
HSV(B) 302.35º 0.62% 0.97% -
XYZ 58.83 34.55 87.57 -
YUV 157.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 248 95 242 0 0.62 0.02 0.03 302.35 0.92 0.67
Hex F8 5F F2 0 3E 2 3 12E 5C 43
Octal 370 137 362 0 76 2 3 456 134 103
Binary 11111000 1011111 11110010 0 111110 10 11 100101110 1011100 1000011

Color Harmonies of #F85FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FF2

Black with #F85FF2

Text Example


Text Example

White with #F85FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FF2; }

 p { color: rgb(248,95,242); }

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

background-color css

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

 a { background-color: rgb(248,95,242); }

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

border-color css

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

 span { border-color: rgb(248,95,242); }

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