Html Css Color HEX #F254FA Pink Flamingo

📋 copy color: '#F254FA'

red 242 ◦ green 84 ◦ blue 250

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

Shades of Pink Flamingo #F254FA

Tints of Pink Flamingo #F254FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.58%

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 42.01%
G = 14.58%
B = 43.4%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F254FA (or 0xF254FA) is known color: Pink Flamingo. HEX triplet: F2, 54 and FA. RGB value is (242,84,250). Sum of RGB (Red+Green+Blue) = 242+84+250=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 84 (33.20% from 255 or 14.58% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #F254FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F254FA is #0DAB05. Grayscale: #959595. Windows color (decimal): -895750 or 16405746. OLE color: 16405746.

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

Color convert

RGB 242 84 250 -
CMYK 0.03 0.66 0 0.02
HSL 297.11º 0.94% 0.65% -
HSV(B) 297.11º 0.66% 0.98% -
XYZ 57.04 32.12 93.64 -
YUV 150.17 184.35 193.5 -
System Red Green Blue C M Y K H S L
Decimal 242 84 250 0.03 0.66 0 0.02 297.11 0.94 0.65
Hex F2 54 FA 3 42 0 2 129 5E 41
Octal 362 124 372 3 102 0 2 451 136 101
Binary 11110010 1010100 11111010 11 1000010 0 10 100101001 1011110 1000001

Color Harmonies of #F254FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F254FA

Black with #F254FA

Text Example


Text Example

White with #F254FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F254FA; }

 p { color: rgb(242,84,250); }

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

background-color css

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

 a { background-color: rgb(242,84,250); }

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

border-color css

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

 span { border-color: rgb(242,84,250); }

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