Html Css Color HEX #F038FA Pink Flamingo

📋 copy color: '#F038FA'

red 240 ◦ green 56 ◦ blue 250

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

Shades of Pink Flamingo #F038FA

Tints of Pink Flamingo #F038FA

RGB

 RED value IS 240 (94.14% from 255) = 43.96%

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

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

R = 43.96%
G = 10.26%
B = 45.79%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F038FA (or 0xF038FA) is known color: Pink Flamingo. HEX triplet: F0, 38 and FA. RGB value is (240,56,250). Sum of RGB (Red+Green+Blue) = 240+56+250=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 56 (22.27% from 255 or 10.26% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #F038FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F038FA is #0FC705. Grayscale: #848484. Windows color (decimal): -1033990 or 16398576. OLE color: 16398576.

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

Color convert

RGB 240 56 250 -
CMYK 0.04 0.78 0 0.02
HSL 296.91º 0.95% 0.6% -
HSV(B) 296.91º 0.78% 0.98% -
XYZ 54.6 28.26 93.02 -
YUV 133.13 193.96 204.23 -
System Red Green Blue C M Y K H S L
Decimal 240 56 250 0.04 0.78 0 0.02 296.91 0.95 0.6
Hex F0 38 FA 4 4E 0 2 129 5F 3C
Octal 360 70 372 4 116 0 2 451 137 74
Binary 11110000 111000 11111010 100 1001110 0 10 100101001 1011111 111100

Color Harmonies of #F038FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F038FA

Black with #F038FA

Text Example


Text Example

White with #F038FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F038FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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