Html Css Color HEX #F2A594 Rose Bud

📋 copy color: '#F2A594'

red 242 ◦ green 165 ◦ blue 148

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

Shades of Rose Bud #F2A594

Tints of Rose Bud #F2A594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.73%

 BLUE value IS 148 (58.2% from 255) = 26.67%

R = 43.6%
G = 29.73%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F2A594 (or 0xF2A594) is known color: Rose Bud. HEX triplet: F2, A5 and 94. RGB value is (242,165,148). Sum of RGB (Red+Green+Blue) = 242+165+148=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A594 is #0D5A6B. Grayscale: #BABABA. Windows color (decimal): -875116 or 9741810. OLE color: 9741810.

HSL color Cylindrical-coordinate representation of color #F2A594: hue angle of 10.85º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2A594 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 165 148 -
CMYK 0 0.32 0.39 0.05
HSL 10.85º 0.78% 0.76% -
HSV(B) 10.85º 0.39% 0.95% -
XYZ 55.42 47.93 34.35 -
YUV 186.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 242 165 148 0 0.32 0.39 0.05 10.85 0.78 0.76
Hex F2 A5 94 0 20 27 5 B 4E 4C
Octal 362 245 224 0 40 47 5 13 116 114
Binary 11110010 10100101 10010100 0 100000 100111 101 1011 1001110 1001100

Color Harmonies of #F2A594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A594

Black with #F2A594

Text Example


Text Example

White with #F2A594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A594; }

 p { color: rgb(242,165,148); }

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

background-color css

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

 a { background-color: rgb(242,165,148); }

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

border-color css

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

 span { border-color: rgb(242,165,148); }

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