Html Css Color HEX #F28098 Carissma

📋 copy color: '#F28098'

red 242 ◦ green 128 ◦ blue 152

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

Shades of Carissma #F28098

Tints of Carissma #F28098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.52%

 BLUE value IS 152 (59.77% from 255) = 29.12%

R = 46.36%
G = 24.52%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F28098 (or 0xF28098) is known color: Carissma. HEX triplet: F2, 80 and 98. RGB value is (242,128,152). Sum of RGB (Red+Green+Blue) = 242+128+152=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F28098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28098 is #0D7F67. Grayscale: #A4A4A4. Windows color (decimal): -884584 or 9994482. OLE color: 9994482.

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

Color convert

RGB 242 128 152 -
CMYK 0 0.47 0.37 0.05
HSL 347.37º 0.81% 0.73% -
HSV(B) 347.37º 0.47% 0.95% -
XYZ 50 36.58 34.13 -
YUV 164.82 120.77 183.05 -
System Red Green Blue C M Y K H S L
Decimal 242 128 152 0 0.47 0.37 0.05 347.37 0.81 0.73
Hex F2 80 98 0 2F 25 5 15B 51 49
Octal 362 200 230 0 57 45 5 533 121 111
Binary 11110010 10000000 10011000 0 101111 100101 101 101011011 1010001 1001001

Color Harmonies of #F28098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28098

Black with #F28098

Text Example


Text Example

White with #F28098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28098; }

 p { color: rgb(242,128,152); }

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

background-color css

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

 a { background-color: rgb(242,128,152); }

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

border-color css

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

 span { border-color: rgb(242,128,152); }

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