Html Css Color HEX #F25752 Flamingo

📋 copy color: '#F25752'

red 242 ◦ green 87 ◦ blue 82

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

Shades of Flamingo #F25752

Tints of Flamingo #F25752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

 BLUE value IS 82 (32.42% from 255) = 19.95%

R = 58.88%
G = 21.17%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F25752 (or 0xF25752) is known color: Flamingo. HEX triplet: F2, 57 and 52. RGB value is (242,87,82). Sum of RGB (Red+Green+Blue) = 242+87+82=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F25752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25752 is #0DA8AD. Grayscale: #848484. Windows color (decimal): -895150 or 5396466. OLE color: 5396466.

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

Color convert

RGB 242 87 82 -
CMYK 0 0.64 0.66 0.05
HSL 1.88º 0.86% 0.64% -
HSV(B) 1.88º 0.66% 0.95% -
XYZ 41.55 26.3 10.87 -
YUV 132.78 99.35 205.91 -
System Red Green Blue C M Y K H S L
Decimal 242 87 82 0 0.64 0.66 0.05 1.88 0.86 0.64
Hex F2 57 52 0 40 42 5 2 56 40
Octal 362 127 122 0 100 102 5 2 126 100
Binary 11110010 1010111 1010010 0 1000000 1000010 101 10 1010110 1000000

Color Harmonies of #F25752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25752

Black with #F25752

Text Example


Text Example

White with #F25752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25752; }

 p { color: rgb(242,87,82); }

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

background-color css

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

 a { background-color: rgb(242,87,82); }

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

border-color css

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

 span { border-color: rgb(242,87,82); }

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