Html Css Color HEX #F34DAB Brilliant Rose

📋 copy color: '#F34DAB'

red 243 ◦ green 77 ◦ blue 171

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

Shades of Brilliant Rose #F34DAB

Tints of Brilliant Rose #F34DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.68%

 BLUE value IS 171 (67.19% from 255) = 34.83%

R = 49.49%
G = 15.68%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F34DAB (or 0xF34DAB) is known color: Brilliant Rose. HEX triplet: F3, 4D and AB. RGB value is (243,77,171). Sum of RGB (Red+Green+Blue) = 243+77+171=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F34DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34DAB is #0CB254. Grayscale: #898989. Windows color (decimal): -832085 or 11226611. OLE color: 11226611.

HSL color Cylindrical-coordinate representation of color #F34DAB: hue angle of 326.02º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34DAB is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 77 171 -
CMYK 0 0.68 0.30 0.05
HSL 326.02º 0.87% 0.63% -
HSV(B) 326.02º 0.68% 0.95% -
XYZ 46.97 27.3 41.32 -
YUV 137.35 147 203.36 -
System Red Green Blue C M Y K H S L
Decimal 243 77 171 0 0.68 0.30 0.05 326.02 0.87 0.63
Hex F3 4D AB 0 44 1E 5 146 57 3F
Octal 363 115 253 0 104 36 5 506 127 77
Binary 11110011 1001101 10101011 0 1000100 11110 101 101000110 1010111 111111

Color Harmonies of #F34DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34DAB

Black with #F34DAB

Text Example


Text Example

White with #F34DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34DAB; }

 p { color: rgb(243,77,171); }

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

background-color css

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

 a { background-color: rgb(243,77,171); }

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

border-color css

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

 span { border-color: rgb(243,77,171); }

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