Html Css Color HEX #F23AFD Pink Flamingo

📋 copy color: '#F23AFD'

red 242 ◦ green 58 ◦ blue 253

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

Shades of Pink Flamingo #F23AFD

Tints of Pink Flamingo #F23AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 43.76%
G = 10.49%
B = 45.75%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F23AFD (or 0xF23AFD) is known color: Pink Flamingo. HEX triplet: F2, 3A and FD. RGB value is (242,58,253). Sum of RGB (Red+Green+Blue) = 242+58+253=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 58 (23.05% from 255 or 10.49% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #F23AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23AFD is #0DC502. Grayscale: #868686. Windows color (decimal): -902403 or 16595698. OLE color: 16595698.

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

Color convert

RGB 242 58 253 -
CMYK 0.04 0.77 0 0.01
HSL 296.62º 0.98% 0.61% -
HSV(B) 296.62º 0.77% 0.99% -
XYZ 55.86 29 95.58 -
YUV 135.25 194.46 204.14 -
System Red Green Blue C M Y K H S L
Decimal 242 58 253 0.04 0.77 0 0.01 296.62 0.98 0.61
Hex F2 3A FD 4 4D 0 1 129 62 3D
Octal 362 72 375 4 115 0 1 451 142 75
Binary 11110010 111010 11111101 100 1001101 0 1 100101001 1100010 111101

Color Harmonies of #F23AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23AFD

Black with #F23AFD

Text Example


Text Example

White with #F23AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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