Html Css Color HEX #F27898 Carissma

📋 copy color: '#F27898'

red 242 ◦ green 120 ◦ blue 152

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

Shades of Carissma #F27898

Tints of Carissma #F27898

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.35%

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

R = 47.08%
G = 23.35%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F27898 (or 0xF27898) is known color: Carissma. HEX triplet: F2, 78 and 98. RGB value is (242,120,152). Sum of RGB (Red+Green+Blue) = 242+120+152=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F27898 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27898 is #0D8767. Grayscale: #A0A0A0. Windows color (decimal): -886632 or 9992434. OLE color: 9992434.

HSL color Cylindrical-coordinate representation of color #F27898: hue angle of 344.26º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27898 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 120 152 -
CMYK 0 0.50 0.37 0.05
HSL 344.26º 0.82% 0.71% -
HSV(B) 344.26º 0.5% 0.95% -
XYZ 49 34.58 33.8 -
YUV 160.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 242 120 152 0 0.50 0.37 0.05 344.26 0.82 0.71
Hex F2 78 98 0 32 25 5 158 52 47
Octal 362 170 230 0 62 45 5 530 122 107
Binary 11110010 1111000 10011000 0 110010 100101 101 101011000 1010010 1000111

Color Harmonies of #F27898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27898

Black with #F27898

Text Example


Text Example

White with #F27898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27898; }

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

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

background-color css

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

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

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

border-color css

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

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

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