Html Css Color HEX #F23AFF Pink Flamingo

📋 copy color: '#F23AFF'

red 242 ◦ green 58 ◦ blue 255

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

Shades of Pink Flamingo #F23AFF

Tints of Pink Flamingo #F23AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.45%

 BLUE value IS 255 (100% from 255) = 45.95%

R = 43.6%
G = 10.45%
B = 45.95%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F23AFF (or 0xF23AFF) is known color: Pink Flamingo. HEX triplet: F2, 3A and FF. RGB value is (242,58,255). Sum of RGB (Red+Green+Blue) = 242+58+255=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 58 (23.05% from 255 or 10.45% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #F23AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23AFF is #0DC500. Grayscale: #868686. Windows color (decimal): -902401 or 16726770. OLE color: 16726770.

HSL color Cylindrical-coordinate representation of color #F23AFF: hue angle of 296.04º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23AFF is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 58 255 -
CMYK 0.05 0.77 0 0
HSL 296.04º 1% 0.61% -
HSV(B) 296.04º 0.77% 1% -
XYZ 56.18 29.12 97.27 -
YUV 135.47 195.46 203.98 -
System Red Green Blue C M Y K H S L
Decimal 242 58 255 0.05 0.77 0 0 296.04 1 0.61
Hex F2 3A FF 5 4D 0 0 128 64 3D
Octal 362 72 377 5 115 0 0 450 144 75
Binary 11110010 111010 11111111 101 1001101 0 0 100101000 1100100 111101

Color Harmonies of #F23AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23AFF

Black with #F23AFF

Text Example


Text Example

White with #F23AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23AFF; }

 p { color: rgb(242,58,255); }

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

background-color css

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

 a { background-color: rgb(242,58,255); }

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

border-color css

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

 span { border-color: rgb(242,58,255); }

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