Html Css Color HEX #F253F1 Pink Flamingo

📋 copy color: '#F253F1'

red 242 ◦ green 83 ◦ blue 241

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

Shades of Pink Flamingo #F253F1

Tints of Pink Flamingo #F253F1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.66%

 BLUE value IS 241 (94.53% from 255) = 42.58%

R = 42.76%
G = 14.66%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F253F1 (or 0xF253F1) is known color: Pink Flamingo. HEX triplet: F2, 53 and F1. RGB value is (242,83,241). Sum of RGB (Red+Green+Blue) = 242+83+241=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 83 (32.81% from 255 or 14.66% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F253F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253F1 is #0DAC0E. Grayscale: #949494. Windows color (decimal): -896015 or 15815666. OLE color: 15815666.

HSL color Cylindrical-coordinate representation of color #F253F1: hue angle of 300.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F253F1 is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 83 241 -
CMYK 0 0.66 0.00 0.05
HSL 300.38º 0.86% 0.64% -
HSV(B) 300.38º 0.66% 0.95% -
XYZ 55.59 31.41 86.35 -
YUV 148.55 180.18 194.65 -
System Red Green Blue C M Y K H S L
Decimal 242 83 241 0 0.66 0.00 0.05 300.38 0.86 0.64
Hex F2 53 F1 0 42 0 5 12C 56 40
Octal 362 123 361 0 102 0 5 454 126 100
Binary 11110010 1010011 11110001 0 1000010 0 101 100101100 1010110 1000000

Color Harmonies of #F253F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253F1

Black with #F253F1

Text Example


Text Example

White with #F253F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253F1; }

 p { color: rgb(242,83,241); }

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

background-color css

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

 a { background-color: rgb(242,83,241); }

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

border-color css

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

 span { border-color: rgb(242,83,241); }

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