Html Css Color HEX #F28093 Carissma

📋 copy color: '#F28093'

red 242 ◦ green 128 ◦ blue 147

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

Shades of Carissma #F28093

Tints of Carissma #F28093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.43%

R = 46.81%
G = 24.76%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F28093 (or 0xF28093) is known color: Carissma. HEX triplet: F2, 80 and 93. RGB value is (242,128,147). Sum of RGB (Red+Green+Blue) = 242+128+147=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F28093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28093 is #0D7F6C. Grayscale: #A4A4A4. Windows color (decimal): -884589 or 9666802. OLE color: 9666802.

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

Color convert

RGB 242 128 147 -
CMYK 0 0.47 0.39 0.05
HSL 350º 0.81% 0.73% -
HSV(B) 350º 0.47% 0.95% -
XYZ 49.6 36.42 32.02 -
YUV 164.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 242 128 147 0 0.47 0.39 0.05 350 0.81 0.73
Hex F2 80 93 0 2F 27 5 15E 51 49
Octal 362 200 223 0 57 47 5 536 121 111
Binary 11110010 10000000 10010011 0 101111 100111 101 101011110 1010001 1001001

Color Harmonies of #F28093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28093

Black with #F28093

Text Example


Text Example

White with #F28093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28093; }

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

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

background-color css

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

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

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

border-color css

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

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

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