Html Css Color HEX #F3948A Sweet Pink

📋 copy color: '#F3948A'

red 243 ◦ green 148 ◦ blue 138

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

Shades of Sweet Pink #F3948A

Tints of Sweet Pink #F3948A

RGB

 RED value IS 243 (95.31% from 255) = 45.94%

 GREEN value IS 148 (58.2% from 255) = 27.98%

 BLUE value IS 138 (54.3% from 255) = 26.09%

R = 45.94%
G = 27.98%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3948A (or 0xF3948A) is known color: Sweet Pink. HEX triplet: F3, 94 and 8A. RGB value is (243,148,138). Sum of RGB (Red+Green+Blue) = 243+148+138=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3948A is #0C6B75. Grayscale: #AFAFAF. Windows color (decimal): -813942 or 9082099. OLE color: 9082099.

HSL color Cylindrical-coordinate representation of color #F3948A: hue angle of 5.71º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3948A is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 148 138 -
CMYK 0 0.39 0.43 0.05
HSL 5.71º 0.81% 0.75% -
HSV(B) 5.71º 0.43% 0.95% -
XYZ 52.14 42.07 29.42 -
YUV 175.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 243 148 138 0 0.39 0.43 0.05 5.71 0.81 0.75
Hex F3 94 8A 0 27 2B 5 6 51 4B
Octal 363 224 212 0 47 53 5 6 121 113
Binary 11110011 10010100 10001010 0 100111 101011 101 110 1010001 1001011

Color Harmonies of #F3948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3948A

Black with #F3948A

Text Example


Text Example

White with #F3948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3948A; }

 p { color: rgb(243,148,138); }

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

background-color css

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

 a { background-color: rgb(243,148,138); }

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

border-color css

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

 span { border-color: rgb(243,148,138); }

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