Html Css Color HEX #F28194 Carissma

📋 copy color: '#F28194'

red 242 ◦ green 129 ◦ blue 148

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

Shades of Carissma #F28194

Tints of Carissma #F28194

RGB

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

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

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

R = 46.63%
G = 24.86%
B = 28.52%

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

#F28194 (or 0xF28194) is known color: Carissma. HEX triplet: F2, 81 and 94. RGB value is (242,129,148). Sum of RGB (Red+Green+Blue) = 242+129+148=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F28194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28194 is #0D7E6B. Grayscale: #A4A4A4. Windows color (decimal): -884332 or 9732594. OLE color: 9732594.

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

Color convert

RGB 242 129 148 -
CMYK 0 0.47 0.39 0.05
HSL 349.91º 0.81% 0.73% -
HSV(B) 349.91º 0.47% 0.95% -
XYZ 49.81 36.72 32.48 -
YUV 164.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 242 129 148 0 0.47 0.39 0.05 349.91 0.81 0.73
Hex F2 81 94 0 2F 27 5 15E 51 49
Octal 362 201 224 0 57 47 5 536 121 111
Binary 11110010 10000001 10010100 0 101111 100111 101 101011110 1010001 1001001

Color Harmonies of #F28194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28194

Black with #F28194

Text Example


Text Example

White with #F28194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28194; }

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

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

background-color css

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

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

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

border-color css

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

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

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