Html Css Color HEX #F28094 Carissma

📋 copy color: '#F28094'

red 242 ◦ green 128 ◦ blue 148

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

Shades of Carissma #F28094

Tints of Carissma #F28094

RGB

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

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

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

R = 46.72%
G = 24.71%
B = 28.57%

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

#F28094 (or 0xF28094) is known color: Carissma. HEX triplet: F2, 80 and 94. RGB value is (242,128,148). Sum of RGB (Red+Green+Blue) = 242+128+148=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F28094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28094 is #0D7F6B. Grayscale: #A4A4A4. Windows color (decimal): -884588 or 9732338. OLE color: 9732338.

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

Color convert

RGB 242 128 148 -
CMYK 0 0.47 0.39 0.05
HSL 349.47º 0.81% 0.73% -
HSV(B) 349.47º 0.47% 0.95% -
XYZ 49.68 36.45 32.43 -
YUV 164.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 242 128 148 0 0.47 0.39 0.05 349.47 0.81 0.73
Hex F2 80 94 0 2F 27 5 15D 51 49
Octal 362 200 224 0 57 47 5 535 121 111
Binary 11110010 10000000 10010100 0 101111 100111 101 101011101 1010001 1001001

Color Harmonies of #F28094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28094

Black with #F28094

Text Example


Text Example

White with #F28094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28094; }

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

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

background-color css

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

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

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

border-color css

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

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

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