Html Css Color HEX #F27A8F Carissma

📋 copy color: '#F27A8F'

red 242 ◦ green 122 ◦ blue 143

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

Shades of Carissma #F27A8F

Tints of Carissma #F27A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.06%

 BLUE value IS 143 (56.25% from 255) = 28.21%

R = 47.73%
G = 24.06%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F27A8F (or 0xF27A8F) is known color: Carissma. HEX triplet: F2, 7A and 8F. RGB value is (242,122,143). Sum of RGB (Red+Green+Blue) = 242+122+143=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27A8F is #0D8570. Grayscale: #A0A0A0. Windows color (decimal): -886129 or 9403122. OLE color: 9403122.

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

Color convert

RGB 242 122 143 -
CMYK 0 0.50 0.41 0.05
HSL 349.5º 0.82% 0.71% -
HSV(B) 349.5º 0.5% 0.95% -
XYZ 48.54 34.78 30.14 -
YUV 160.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 242 122 143 0 0.50 0.41 0.05 349.5 0.82 0.71
Hex F2 7A 8F 0 32 29 5 15E 52 47
Octal 362 172 217 0 62 51 5 536 122 107
Binary 11110010 1111010 10001111 0 110010 101001 101 101011110 1010010 1000111

Color Harmonies of #F27A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A8F

Black with #F27A8F

Text Example


Text Example

White with #F27A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A8F; }

 p { color: rgb(242,122,143); }

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

background-color css

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

 a { background-color: rgb(242,122,143); }

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

border-color css

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

 span { border-color: rgb(242,122,143); }

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