Html Css Color HEX #F434FA Pink Flamingo

📋 copy color: '#F434FA'

red 244 ◦ green 52 ◦ blue 250

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

Shades of Pink Flamingo #F434FA

Tints of Pink Flamingo #F434FA

RGB

 RED value IS 244 (95.7% from 255) = 44.69%

 GREEN value IS 52 (20.7% from 255) = 9.52%

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

R = 44.69%
G = 9.52%
B = 45.79%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F434FA (or 0xF434FA) is known color: Pink Flamingo. HEX triplet: F4, 34 and FA. RGB value is (244,52,250). Sum of RGB (Red+Green+Blue) = 244+52+250=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 52 (20.70% from 255 or 9.52% 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 #F434FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F434FA is #0BCB05. Grayscale: #838383. Windows color (decimal): -772870 or 16397556. OLE color: 16397556.

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

Color convert

RGB 244 52 250 -
CMYK 0.02 0.79 0 0.02
HSL 298.18º 0.95% 0.59% -
HSV(B) 298.18º 0.79% 0.98% -
XYZ 55.79 28.59 93.02 -
YUV 131.98 194.61 207.9 -
System Red Green Blue C M Y K H S L
Decimal 244 52 250 0.02 0.79 0 0.02 298.18 0.95 0.59
Hex F4 34 FA 2 4F 0 2 12A 5F 3B
Octal 364 64 372 2 117 0 2 452 137 73
Binary 11110100 110100 11111010 10 1001111 0 10 100101010 1011111 111011

Color Harmonies of #F434FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F434FA

Black with #F434FA

Text Example


Text Example

White with #F434FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F434FA; }

 p { color: rgb(244,52,250); }

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

background-color css

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

 a { background-color: rgb(244,52,250); }

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

border-color css

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

 span { border-color: rgb(244,52,250); }

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