Html Css Color HEX #F28198 Carissma

📋 copy color: '#F28198'

red 242 ◦ green 129 ◦ blue 152

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

Shades of Carissma #F28198

Tints of Carissma #F28198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.67%

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

R = 46.27%
G = 24.67%
B = 29.06%

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

#F28198 (or 0xF28198) is known color: Carissma. HEX triplet: F2, 81 and 98. RGB value is (242,129,152). Sum of RGB (Red+Green+Blue) = 242+129+152=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F28198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28198 is #0D7E67. Grayscale: #A5A5A5. Windows color (decimal): -884328 or 9994738. OLE color: 9994738.

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

Color convert

RGB 242 129 152 -
CMYK 0 0.47 0.37 0.05
HSL 347.79º 0.81% 0.73% -
HSV(B) 347.79º 0.47% 0.95% -
XYZ 50.14 36.84 34.18 -
YUV 165.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 242 129 152 0 0.47 0.37 0.05 347.79 0.81 0.73
Hex F2 81 98 0 2F 25 5 15C 51 49
Octal 362 201 230 0 57 45 5 534 121 111
Binary 11110010 10000001 10011000 0 101111 100101 101 101011100 1010001 1001001

Color Harmonies of #F28198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28198

Black with #F28198

Text Example


Text Example

White with #F28198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28198; }

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

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

background-color css

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

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

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

border-color css

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

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

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