Html Css Color HEX #F255FC Pink Flamingo

📋 copy color: '#F255FC'

red 242 ◦ green 85 ◦ blue 252

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

Shades of Pink Flamingo #F255FC

Tints of Pink Flamingo #F255FC

RGB

 RED value IS 242 (94.92% from 255) = 41.8%

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

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

R = 41.8%
G = 14.68%
B = 43.52%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F255FC (or 0xF255FC) is known color: Pink Flamingo. HEX triplet: F2, 55 and FC. RGB value is (242,85,252). Sum of RGB (Red+Green+Blue) = 242+85+252=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 85 (33.59% from 255 or 14.68% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #F255FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F255FC is #0DAA03. Grayscale: #969696. Windows color (decimal): -895492 or 16537074. OLE color: 16537074.

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

Color convert

RGB 242 85 252 -
CMYK 0.04 0.66 0 0.01
HSL 296.41º 0.97% 0.66% -
HSV(B) 296.41º 0.66% 0.99% -
XYZ 57.44 32.4 95.32 -
YUV 150.98 185.01 192.92 -
System Red Green Blue C M Y K H S L
Decimal 242 85 252 0.04 0.66 0 0.01 296.41 0.97 0.66
Hex F2 55 FC 4 42 0 1 128 61 42
Octal 362 125 374 4 102 0 1 450 141 102
Binary 11110010 1010101 11111100 100 1000010 0 1 100101000 1100001 1000010

Color Harmonies of #F255FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255FC

Black with #F255FC

Text Example


Text Example

White with #F255FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255FC; }

 p { color: rgb(242,85,252); }

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

background-color css

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

 a { background-color: rgb(242,85,252); }

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

border-color css

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

 span { border-color: rgb(242,85,252); }

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