Html Css Color HEX #F237FA Pink Flamingo

📋 copy color: '#F237FA'

red 242 ◦ green 55 ◦ blue 250

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

Shades of Pink Flamingo #F237FA

Tints of Pink Flamingo #F237FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.05%

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

R = 44.24%
G = 10.05%
B = 45.7%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F237FA (or 0xF237FA) is known color: Pink Flamingo. HEX triplet: F2, 37 and FA. RGB value is (242,55,250). Sum of RGB (Red+Green+Blue) = 242+55+250=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 55 (21.88% from 255 or 10.05% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #F237FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F237FA is #0DC805. Grayscale: #848484. Windows color (decimal): -903174 or 16398322. OLE color: 16398322.

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

Color convert

RGB 242 55 250 -
CMYK 0.03 0.78 0 0.02
HSL 297.54º 0.95% 0.6% -
HSV(B) 297.54º 0.78% 0.98% -
XYZ 55.24 28.51 93.03 -
YUV 133.14 193.95 205.64 -
System Red Green Blue C M Y K H S L
Decimal 242 55 250 0.03 0.78 0 0.02 297.54 0.95 0.6
Hex F2 37 FA 3 4E 0 2 12A 5F 3C
Octal 362 67 372 3 116 0 2 452 137 74
Binary 11110010 110111 11111010 11 1001110 0 10 100101010 1011111 111100

Color Harmonies of #F237FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F237FA

Black with #F237FA

Text Example


Text Example

White with #F237FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F237FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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