Html Css Color HEX #F24FFA Pink Flamingo

📋 copy color: '#F24FFA'

red 242 ◦ green 79 ◦ blue 250

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

Shades of Pink Flamingo #F24FFA

Tints of Pink Flamingo #F24FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.84%

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

R = 42.38%
G = 13.84%
B = 43.78%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F24FFA (or 0xF24FFA) is known color: Pink Flamingo. HEX triplet: F2, 4F and FA. RGB value is (242,79,250). Sum of RGB (Red+Green+Blue) = 242+79+250=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 79 (31.25% from 255 or 13.84% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #F24FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24FFA is #0DB005. Grayscale: #929292. Windows color (decimal): -897030 or 16404466. OLE color: 16404466.

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

Color convert

RGB 242 79 250 -
CMYK 0.03 0.68 0 0.02
HSL 297.19º 0.94% 0.65% -
HSV(B) 297.19º 0.68% 0.98% -
XYZ 56.67 31.37 93.51 -
YUV 147.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 242 79 250 0.03 0.68 0 0.02 297.19 0.94 0.65
Hex F2 4F FA 3 44 0 2 129 5E 41
Octal 362 117 372 3 104 0 2 451 136 101
Binary 11110010 1001111 11111010 11 1000100 0 10 100101001 1011110 1000001

Color Harmonies of #F24FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24FFA

Black with #F24FFA

Text Example


Text Example

White with #F24FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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