Html Css Color HEX #F344B4 Brilliant Rose

📋 copy color: '#F344B4'

red 243 ◦ green 68 ◦ blue 180

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

Shades of Brilliant Rose #F344B4

Tints of Brilliant Rose #F344B4

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.85%

 BLUE value IS 180 (70.7% from 255) = 36.66%

R = 49.49%
G = 13.85%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F344B4 (or 0xF344B4) is known color: Brilliant Rose. HEX triplet: F3, 44 and B4. RGB value is (243,68,180). Sum of RGB (Red+Green+Blue) = 243+68+180=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F344B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F344B4 is #0CBB4B. Grayscale: #848484. Windows color (decimal): -834380 or 11814131. OLE color: 11814131.

HSL color Cylindrical-coordinate representation of color #F344B4: hue angle of 321.6º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F344B4 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 68 180 -
CMYK 0 0.72 0.26 0.05
HSL 321.6º 0.88% 0.61% -
HSV(B) 321.6º 0.72% 0.95% -
XYZ 47.27 26.48 45.8 -
YUV 133.09 154.48 206.39 -
System Red Green Blue C M Y K H S L
Decimal 243 68 180 0 0.72 0.26 0.05 321.6 0.88 0.61
Hex F3 44 B4 0 48 1A 5 142 58 3D
Octal 363 104 264 0 110 32 5 502 130 75
Binary 11110011 1000100 10110100 0 1001000 11010 101 101000010 1011000 111101

Color Harmonies of #F344B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F344B4

Black with #F344B4

Text Example


Text Example

White with #F344B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F344B4; }

 p { color: rgb(243,68,180); }

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

background-color css

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

 a { background-color: rgb(243,68,180); }

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

border-color css

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

 span { border-color: rgb(243,68,180); }

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