Html Css Color HEX #F85CFC Pink Flamingo

📋 copy color: '#F85CFC'

red 248 ◦ green 92 ◦ blue 252

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

Shades of Pink Flamingo #F85CFC

Tints of Pink Flamingo #F85CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.54%

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 41.89%
G = 15.54%
B = 42.57%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F85CFC (or 0xF85CFC) is known color: Pink Flamingo. HEX triplet: F8, 5C and FC. RGB value is (248,92,252). Sum of RGB (Red+Green+Blue) = 248+92+252=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 92 (36.33% from 255 or 15.54% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #F85CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85CFC is #07A303. Grayscale: #9C9C9C. Windows color (decimal): -500484 or 16538872. OLE color: 16538872.

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

Color convert

RGB 248 92 252 -
CMYK 0.02 0.63 0 0.01
HSL 298.5º 0.96% 0.67% -
HSV(B) 298.5º 0.63% 0.99% -
XYZ 60.11 34.64 95.61 -
YUV 156.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 248 92 252 0.02 0.63 0 0.01 298.5 0.96 0.67
Hex F8 5C FC 2 3F 0 1 12A 60 43
Octal 370 134 374 2 77 0 1 452 140 103
Binary 11111000 1011100 11111100 10 111111 0 1 100101010 1100000 1000011

Color Harmonies of #F85CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85CFC

Black with #F85CFC

Text Example


Text Example

White with #F85CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85CFC; }

 p { color: rgb(248,92,252); }

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

background-color css

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

 a { background-color: rgb(248,92,252); }

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

border-color css

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

 span { border-color: rgb(248,92,252); }

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