Html Css Color HEX #F255FD Pink Flamingo

📋 copy color: '#F255FD'

red 242 ◦ green 85 ◦ blue 253

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

Shades of Pink Flamingo #F255FD

Tints of Pink Flamingo #F255FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.62%

R = 41.72%
G = 14.66%
B = 43.62%

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

#F255FD (or 0xF255FD) is known color: Pink Flamingo. HEX triplet: F2, 55 and FD. RGB value is (242,85,253). Sum of RGB (Red+Green+Blue) = 242+85+253=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 85 (33.59% from 255 or 14.66% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #F255FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F255FD is #0DAA02. Grayscale: #969696. Windows color (decimal): -895491 or 16602610. OLE color: 16602610.

HSL color Cylindrical-coordinate representation of color #F255FD: hue angle of 296.07º degrees, saturation: 0.98, 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 #F255FD is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 85 253 -
CMYK 0.04 0.66 0 0.01
HSL 296.07º 0.98% 0.66% -
HSV(B) 296.07º 0.66% 0.99% -
XYZ 57.6 32.47 96.16 -
YUV 151.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 242 85 253 0.04 0.66 0 0.01 296.07 0.98 0.66
Hex F2 55 FD 4 42 0 1 128 62 42
Octal 362 125 375 4 102 0 1 450 142 102
Binary 11110010 1010101 11111101 100 1000010 0 1 100101000 1100010 1000010

Color Harmonies of #F255FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255FD

Black with #F255FD

Text Example


Text Example

White with #F255FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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