Html Css Color HEX #F238FA Pink Flamingo

📋 copy color: '#F238FA'

red 242 ◦ green 56 ◦ blue 250

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

Shades of Pink Flamingo #F238FA

Tints of Pink Flamingo #F238FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.22%

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

R = 44.16%
G = 10.22%
B = 45.62%

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

#F238FA (or 0xF238FA) is known color: Pink Flamingo. HEX triplet: F2, 38 and FA. RGB value is (242,56,250). Sum of RGB (Red+Green+Blue) = 242+56+250=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 56 (22.27% from 255 or 10.22% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #F238FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F238FA is #0DC705. Grayscale: #858585. Windows color (decimal): -902918 or 16398578. OLE color: 16398578.

HSL color Cylindrical-coordinate representation of color #F238FA: hue angle of 297.53º 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 #F238FA is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 56 250 -
CMYK 0.03 0.78 0 0.02
HSL 297.53º 0.95% 0.6% -
HSV(B) 297.53º 0.78% 0.98% -
XYZ 55.29 28.61 93.05 -
YUV 133.73 193.62 205.23 -
System Red Green Blue C M Y K H S L
Decimal 242 56 250 0.03 0.78 0 0.02 297.53 0.95 0.6
Hex F2 38 FA 3 4E 0 2 12A 5F 3C
Octal 362 70 372 3 116 0 2 452 137 74
Binary 11110010 111000 11111010 11 1001110 0 10 100101010 1011111 111100

Color Harmonies of #F238FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F238FA

Black with #F238FA

Text Example


Text Example

White with #F238FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F238FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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