Html Css Color HEX #F243FA Pink Flamingo

📋 copy color: '#F243FA'

red 242 ◦ green 67 ◦ blue 250

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

Shades of Pink Flamingo #F243FA

Tints of Pink Flamingo #F243FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 11.99%

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

R = 43.29%
G = 11.99%
B = 44.72%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F243FA (or 0xF243FA) is known color: Pink Flamingo. HEX triplet: F2, 43 and FA. RGB value is (242,67,250). Sum of RGB (Red+Green+Blue) = 242+67+250=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 67 (26.56% from 255 or 11.99% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #F243FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F243FA is #0DBC05. Grayscale: #8B8B8B. Windows color (decimal): -900102 or 16401394. OLE color: 16401394.

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

Color convert

RGB 242 67 250 -
CMYK 0.03 0.73 0 0.02
HSL 297.38º 0.95% 0.62% -
HSV(B) 297.38º 0.73% 0.98% -
XYZ 55.88 29.79 93.25 -
YUV 140.19 189.98 200.62 -
System Red Green Blue C M Y K H S L
Decimal 242 67 250 0.03 0.73 0 0.02 297.38 0.95 0.62
Hex F2 43 FA 3 49 0 2 129 5F 3E
Octal 362 103 372 3 111 0 2 451 137 76
Binary 11110010 1000011 11111010 11 1001001 0 10 100101001 1011111 111110

Color Harmonies of #F243FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F243FA

Black with #F243FA

Text Example


Text Example

White with #F243FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F243FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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