Html Css Color HEX #F855F1 Pink Flamingo

📋 copy color: '#F855F1'

red 248 ◦ green 85 ◦ blue 241

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

Shades of Pink Flamingo #F855F1

Tints of Pink Flamingo #F855F1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.81%

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

R = 43.21%
G = 14.81%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F855F1 (or 0xF855F1) is known color: Pink Flamingo. HEX triplet: F8, 55 and F1. RGB value is (248,85,241). Sum of RGB (Red+Green+Blue) = 248+85+241=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 85 (33.59% from 255 or 14.81% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F855F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F855F1 is #07AA0E. Grayscale: #979797. Windows color (decimal): -502287 or 15816184. OLE color: 15816184.

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

Color convert

RGB 248 85 241 -
CMYK 0 0.66 0.03 0.03
HSL 302.58º 0.92% 0.65% -
HSV(B) 302.58º 0.66% 0.97% -
XYZ 57.84 32.8 86.5 -
YUV 151.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 248 85 241 0 0.66 0.03 0.03 302.58 0.92 0.65
Hex F8 55 F1 0 42 3 3 12F 5C 41
Octal 370 125 361 0 102 3 3 457 134 101
Binary 11111000 1010101 11110001 0 1000010 11 11 100101111 1011100 1000001

Color Harmonies of #F855F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855F1

Black with #F855F1

Text Example


Text Example

White with #F855F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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