Html Css Color HEX #F23AF8 Pink Flamingo

📋 copy color: '#F23AF8'

red 242 ◦ green 58 ◦ blue 248

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

Shades of Pink Flamingo #F23AF8

Tints of Pink Flamingo #F23AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.26%

R = 44.16%
G = 10.58%
B = 45.26%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F23AF8 (or 0xF23AF8) is known color: Pink Flamingo. HEX triplet: F2, 3A and F8. RGB value is (242,58,248). Sum of RGB (Red+Green+Blue) = 242+58+248=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 58 (23.05% from 255 or 10.58% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #F23AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23AF8 is #0DC507. Grayscale: #868686. Windows color (decimal): -902408 or 16268018. OLE color: 16268018.

HSL color Cylindrical-coordinate representation of color #F23AF8: hue angle of 298.11º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23AF8 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 58 248 -
CMYK 0.02 0.77 0 0.03
HSL 298.11º 0.93% 0.6% -
HSV(B) 298.11º 0.77% 0.97% -
XYZ 55.07 28.68 91.44 -
YUV 134.68 191.96 204.55 -
System Red Green Blue C M Y K H S L
Decimal 242 58 248 0.02 0.77 0 0.03 298.11 0.93 0.6
Hex F2 3A F8 2 4D 0 3 12A 5D 3C
Octal 362 72 370 2 115 0 3 452 135 74
Binary 11110010 111010 11111000 10 1001101 0 11 100101010 1011101 111100

Color Harmonies of #F23AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23AF8

Black with #F23AF8

Text Example


Text Example

White with #F23AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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