Html Css Color HEX #F35EFA Pink Flamingo

📋 copy color: '#F35EFA'

red 243 ◦ green 94 ◦ blue 250

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

Shades of Pink Flamingo #F35EFA

Tints of Pink Flamingo #F35EFA

RGB

 RED value IS 243 (95.31% from 255) = 41.4%

 GREEN value IS 94 (37.11% from 255) = 16.01%

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

R = 41.4%
G = 16.01%
B = 42.59%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F35EFA (or 0xF35EFA) is known color: Pink Flamingo. HEX triplet: F3, 5E and FA. RGB value is (243,94,250). Sum of RGB (Red+Green+Blue) = 243+94+250=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 94 (37.11% from 255 or 16.01% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #F35EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35EFA is #0CA105. Grayscale: #9B9B9B. Windows color (decimal): -827654 or 16408307. OLE color: 16408307.

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

Color convert

RGB 243 94 250 -
CMYK 0.03 0.62 0 0.02
HSL 297.31º 0.94% 0.67% -
HSV(B) 297.31º 0.62% 0.98% -
XYZ 58.22 33.96 93.93 -
YUV 156.34 180.86 189.82 -
System Red Green Blue C M Y K H S L
Decimal 243 94 250 0.03 0.62 0 0.02 297.31 0.94 0.67
Hex F3 5E FA 3 3E 0 2 129 5E 43
Octal 363 136 372 3 76 0 2 451 136 103
Binary 11110011 1011110 11111010 11 111110 0 10 100101001 1011110 1000011

Color Harmonies of #F35EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35EFA

Black with #F35EFA

Text Example


Text Example

White with #F35EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35EFA; }

 p { color: rgb(243,94,250); }

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

background-color css

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

 a { background-color: rgb(243,94,250); }

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

border-color css

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

 span { border-color: rgb(243,94,250); }

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