Html Css Color HEX #F34DB2 Brilliant Rose

📋 copy color: '#F34DB2'

red 243 ◦ green 77 ◦ blue 178

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

Shades of Brilliant Rose #F34DB2

Tints of Brilliant Rose #F34DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.74%

R = 48.8%
G = 15.46%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F34DB2 (or 0xF34DB2) is known color: Brilliant Rose. HEX triplet: F3, 4D and B2. RGB value is (243,77,178). Sum of RGB (Red+Green+Blue) = 243+77+178=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F34DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34DB2 is #0CB24D. Grayscale: #898989. Windows color (decimal): -832078 or 11685363. OLE color: 11685363.

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

Color convert

RGB 243 77 178 -
CMYK 0 0.68 0.27 0.05
HSL 323.49º 0.87% 0.63% -
HSV(B) 323.49º 0.68% 0.95% -
XYZ 47.65 27.58 44.93 -
YUV 138.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 243 77 178 0 0.68 0.27 0.05 323.49 0.87 0.63
Hex F3 4D B2 0 44 1B 5 143 57 3F
Octal 363 115 262 0 104 33 5 503 127 77
Binary 11110011 1001101 10110010 0 1000100 11011 101 101000011 1010111 111111

Color Harmonies of #F34DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34DB2

Black with #F34DB2

Text Example


Text Example

White with #F34DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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