Html Css Color HEX #F34C9F Brilliant Rose

📋 copy color: '#F34C9F'

red 243 ◦ green 76 ◦ blue 159

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

Shades of Brilliant Rose #F34C9F

Tints of Brilliant Rose #F34C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.9%

 BLUE value IS 159 (62.5% from 255) = 33.26%

R = 50.84%
G = 15.9%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F34C9F (or 0xF34C9F) is known color: Brilliant Rose. HEX triplet: F3, 4C and 9F. RGB value is (243,76,159). Sum of RGB (Red+Green+Blue) = 243+76+159=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34C9F is #0CB360. Grayscale: #878787. Windows color (decimal): -832353 or 10439923. OLE color: 10439923.

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

Color convert

RGB 243 76 159 -
CMYK 0 0.69 0.35 0.05
HSL 330.18º 0.87% 0.63% -
HSV(B) 330.18º 0.69% 0.95% -
XYZ 45.8 26.73 35.55 -
YUV 135.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 243 76 159 0 0.69 0.35 0.05 330.18 0.87 0.63
Hex F3 4C 9F 0 45 23 5 14A 57 3F
Octal 363 114 237 0 105 43 5 512 127 77
Binary 11110011 1001100 10011111 0 1000101 100011 101 101001010 1010111 111111

Color Harmonies of #F34C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34C9F

Black with #F34C9F

Text Example


Text Example

White with #F34C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34C9F; }

 p { color: rgb(243,76,159); }

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

background-color css

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

 a { background-color: rgb(243,76,159); }

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

border-color css

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

 span { border-color: rgb(243,76,159); }

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