Html Css Color HEX #F27699 Carissma

📋 copy color: '#F27699'

red 242 ◦ green 118 ◦ blue 153

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

Shades of Carissma #F27699

Tints of Carissma #F27699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23%

 BLUE value IS 153 (60.16% from 255) = 29.82%

R = 47.17%
G = 23%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F27699 (or 0xF27699) is known color: Carissma. HEX triplet: F2, 76 and 99. RGB value is (242,118,153). Sum of RGB (Red+Green+Blue) = 242+118+153=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F27699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27699 is #0D8966. Grayscale: #9F9F9F. Windows color (decimal): -887143 or 10057458. OLE color: 10057458.

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

Color convert

RGB 242 118 153 -
CMYK 0 0.51 0.37 0.05
HSL 343.06º 0.83% 0.71% -
HSV(B) 343.06º 0.51% 0.95% -
XYZ 48.85 34.13 34.15 -
YUV 159.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 242 118 153 0 0.51 0.37 0.05 343.06 0.83 0.71
Hex F2 76 99 0 33 25 5 157 53 47
Octal 362 166 231 0 63 45 5 527 123 107
Binary 11110010 1110110 10011001 0 110011 100101 101 101010111 1010011 1000111

Color Harmonies of #F27699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27699

Black with #F27699

Text Example


Text Example

White with #F27699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27699; }

 p { color: rgb(242,118,153); }

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

background-color css

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

 a { background-color: rgb(242,118,153); }

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

border-color css

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

 span { border-color: rgb(242,118,153); }

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