Html Css Color HEX #F348B0 Brilliant Rose

📋 copy color: '#F348B0'

red 243 ◦ green 72 ◦ blue 176

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

Shades of Brilliant Rose #F348B0

Tints of Brilliant Rose #F348B0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.66%

 BLUE value IS 176 (69.14% from 255) = 35.85%

R = 49.49%
G = 14.66%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F348B0 (or 0xF348B0) is known color: Brilliant Rose. HEX triplet: F3, 48 and B0. RGB value is (243,72,176). Sum of RGB (Red+Green+Blue) = 243+72+176=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F348B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F348B0 is #0CB74F. Grayscale: #868686. Windows color (decimal): -833360 or 11553011. OLE color: 11553011.

HSL color Cylindrical-coordinate representation of color #F348B0: hue angle of 323.51º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F348B0 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 72 176 -
CMYK 0 0.70 0.28 0.05
HSL 323.51º 0.88% 0.62% -
HSV(B) 323.51º 0.7% 0.95% -
XYZ 47.12 26.82 43.77 -
YUV 134.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 243 72 176 0 0.70 0.28 0.05 323.51 0.88 0.62
Hex F3 48 B0 0 46 1C 5 144 58 3E
Octal 363 110 260 0 106 34 5 504 130 76
Binary 11110011 1001000 10110000 0 1000110 11100 101 101000100 1011000 111110

Color Harmonies of #F348B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F348B0

Black with #F348B0

Text Example


Text Example

White with #F348B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F348B0; }

 p { color: rgb(243,72,176); }

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

background-color css

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

 a { background-color: rgb(243,72,176); }

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

border-color css

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

 span { border-color: rgb(243,72,176); }

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