Html Css Color HEX #F28599 Carissma

📋 copy color: '#F28599'

red 242 ◦ green 133 ◦ blue 153

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

Shades of Carissma #F28599

Tints of Carissma #F28599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.19%

 BLUE value IS 153 (60.16% from 255) = 28.98%

R = 45.83%
G = 25.19%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F28599 (or 0xF28599) is known color: Carissma. HEX triplet: F2, 85 and 99. RGB value is (242,133,153). Sum of RGB (Red+Green+Blue) = 242+133+153=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F28599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28599 is #0D7A66. Grayscale: #A7A7A7. Windows color (decimal): -883303 or 10061298. OLE color: 10061298.

HSL color Cylindrical-coordinate representation of color #F28599: hue angle of 348.99º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28599 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 153 -
CMYK 0 0.45 0.37 0.05
HSL 348.99º 0.81% 0.74% -
HSV(B) 348.99º 0.45% 0.95% -
XYZ 50.76 37.95 34.79 -
YUV 167.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 242 133 153 0 0.45 0.37 0.05 348.99 0.81 0.74
Hex F2 85 99 0 2D 25 5 15D 51 4A
Octal 362 205 231 0 55 45 5 535 121 112
Binary 11110010 10000101 10011001 0 101101 100101 101 101011101 1010001 1001010

Color Harmonies of #F28599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28599

Black with #F28599

Text Example


Text Example

White with #F28599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28599; }

 p { color: rgb(242,133,153); }

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

background-color css

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

 a { background-color: rgb(242,133,153); }

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

border-color css

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

 span { border-color: rgb(242,133,153); }

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