Html Css Color HEX #F23FFA Pink Flamingo

📋 copy color: '#F23FFA'

red 242 ◦ green 63 ◦ blue 250

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

Shades of Pink Flamingo #F23FFA

Tints of Pink Flamingo #F23FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 11.35%

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

R = 43.6%
G = 11.35%
B = 45.05%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F23FFA (or 0xF23FFA) is known color: Pink Flamingo. HEX triplet: F2, 3F and FA. RGB value is (242,63,250). Sum of RGB (Red+Green+Blue) = 242+63+250=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 63 (25% from 255 or 11.35% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #F23FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23FFA is #0DC005. Grayscale: #898989. Windows color (decimal): -901126 or 16400370. OLE color: 16400370.

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

Color convert

RGB 242 63 250 -
CMYK 0.03 0.75 0 0.02
HSL 297.43º 0.95% 0.61% -
HSV(B) 297.43º 0.75% 0.98% -
XYZ 55.65 29.33 93.17 -
YUV 137.84 191.3 202.29 -
System Red Green Blue C M Y K H S L
Decimal 242 63 250 0.03 0.75 0 0.02 297.43 0.95 0.61
Hex F2 3F FA 3 4B 0 2 129 5F 3D
Octal 362 77 372 3 113 0 2 451 137 75
Binary 11110010 111111 11111010 11 1001011 0 10 100101001 1011111 111101

Color Harmonies of #F23FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23FFA

Black with #F23FFA

Text Example


Text Example

White with #F23FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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