Html Css Color HEX #F28092 Carissma

📋 copy color: '#F28092'

red 242 ◦ green 128 ◦ blue 146

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

Shades of Carissma #F28092

Tints of Carissma #F28092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.29%

R = 46.9%
G = 24.81%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F28092 (or 0xF28092) is known color: Carissma. HEX triplet: F2, 80 and 92. RGB value is (242,128,146). Sum of RGB (Red+Green+Blue) = 242+128+146=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F28092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28092 is #0D7F6D. Grayscale: #A4A4A4. Windows color (decimal): -884590 or 9601266. OLE color: 9601266.

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

Color convert

RGB 242 128 146 -
CMYK 0 0.47 0.40 0.05
HSL 350.53º 0.81% 0.73% -
HSV(B) 350.53º 0.47% 0.95% -
XYZ 49.53 36.39 31.61 -
YUV 164.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 242 128 146 0 0.47 0.40 0.05 350.53 0.81 0.73
Hex F2 80 92 0 2F 28 5 15F 51 49
Octal 362 200 222 0 57 50 5 537 121 111
Binary 11110010 10000000 10010010 0 101111 101000 101 101011111 1010001 1001001

Color Harmonies of #F28092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28092

Black with #F28092

Text Example


Text Example

White with #F28092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28092; }

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

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

background-color css

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

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

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

border-color css

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

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

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