Html Css Color HEX #F26653 Flamingo

📋 copy color: '#F26653'

red 242 ◦ green 102 ◦ blue 83

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

Shades of Flamingo #F26653

Tints of Flamingo #F26653

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.89%

 BLUE value IS 83 (32.81% from 255) = 19.44%

R = 56.67%
G = 23.89%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F26653 (or 0xF26653) is known color: Flamingo. HEX triplet: F2, 66 and 53. RGB value is (242,102,83). Sum of RGB (Red+Green+Blue) = 242+102+83=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F26653 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26653 is #0D99AC. Grayscale: #8D8D8D. Windows color (decimal): -891309 or 5465842. OLE color: 5465842.

HSL color Cylindrical-coordinate representation of color #F26653: hue angle of 7.17º 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 #F26653 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 102 83 -
CMYK 0 0.58 0.66 0.05
HSL 7.17º 0.86% 0.64% -
HSV(B) 7.17º 0.66% 0.95% -
XYZ 42.93 29 11.52 -
YUV 141.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 242 102 83 0 0.58 0.66 0.05 7.17 0.86 0.64
Hex F2 66 53 0 3A 42 5 7 56 40
Octal 362 146 123 0 72 102 5 7 126 100
Binary 11110010 1100110 1010011 0 111010 1000010 101 111 1010110 1000000

Color Harmonies of #F26653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26653

Black with #F26653

Text Example


Text Example

White with #F26653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26653; }

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

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

background-color css

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

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

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

border-color css

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

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

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