Html Css Color HEX #F25852 Flamingo

📋 copy color: '#F25852'

red 242 ◦ green 88 ◦ blue 82

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

Shades of Flamingo #F25852

Tints of Flamingo #F25852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.36%

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

R = 58.74%
G = 21.36%
B = 19.9%

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

#F25852 (or 0xF25852) is known color: Flamingo. HEX triplet: F2, 58 and 52. RGB value is (242,88,82). Sum of RGB (Red+Green+Blue) = 242+88+82=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F25852 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25852 is #0DA7AD. Grayscale: #858585. Windows color (decimal): -894894 or 5396722. OLE color: 5396722.

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

Color convert

RGB 242 88 82 -
CMYK 0 0.64 0.66 0.05
HSL 2.25º 0.86% 0.64% -
HSV(B) 2.25º 0.66% 0.95% -
XYZ 41.63 26.47 10.9 -
YUV 133.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 242 88 82 0 0.64 0.66 0.05 2.25 0.86 0.64
Hex F2 58 52 0 40 42 5 2 56 40
Octal 362 130 122 0 100 102 5 2 126 100
Binary 11110010 1011000 1010010 0 1000000 1000010 101 10 1010110 1000000

Color Harmonies of #F25852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25852

Black with #F25852

Text Example


Text Example

White with #F25852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25852; }

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

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

background-color css

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

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

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

border-color css

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

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

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