Html Css Color HEX #F27990 Carissma

📋 copy color: '#F27990'

red 242 ◦ green 121 ◦ blue 144

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

Shades of Carissma #F27990

Tints of Carissma #F27990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.87%

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 47.73%
G = 23.87%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F27990 (or 0xF27990) is known color: Carissma. HEX triplet: F2, 79 and 90. RGB value is (242,121,144). Sum of RGB (Red+Green+Blue) = 242+121+144=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F27990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27990 is #0D866F. Grayscale: #9F9F9F. Windows color (decimal): -886384 or 9468402. OLE color: 9468402.

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

Color convert

RGB 242 121 144 -
CMYK 0 0.50 0.40 0.05
HSL 348.6º 0.82% 0.71% -
HSV(B) 348.6º 0.5% 0.95% -
XYZ 48.49 34.57 30.5 -
YUV 159.8 119.09 186.63 -
System Red Green Blue C M Y K H S L
Decimal 242 121 144 0 0.50 0.40 0.05 348.6 0.82 0.71
Hex F2 79 90 0 32 28 5 15D 52 47
Octal 362 171 220 0 62 50 5 535 122 107
Binary 11110010 1111001 10010000 0 110010 101000 101 101011101 1010010 1000111

Color Harmonies of #F27990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27990

Black with #F27990

Text Example


Text Example

White with #F27990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27990; }

 p { color: rgb(242,121,144); }

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

background-color css

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

 a { background-color: rgb(242,121,144); }

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

border-color css

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

 span { border-color: rgb(242,121,144); }

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