Html Css Color HEX #F142B2 Brilliant Rose

📋 copy color: '#F142B2'

red 241 ◦ green 66 ◦ blue 178

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

Shades of Brilliant Rose #F142B2

Tints of Brilliant Rose #F142B2

RGB

 RED value IS 241 (94.53% from 255) = 49.69%

 GREEN value IS 66 (26.17% from 255) = 13.61%

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

R = 49.69%
G = 13.61%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F142B2 (or 0xF142B2) is known color: Brilliant Rose. HEX triplet: F1, 42 and B2. RGB value is (241,66,178). Sum of RGB (Red+Green+Blue) = 241+66+178=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F142B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F142B2 is #0EBD4D. Grayscale: #828282. Windows color (decimal): -965966 or 11682545. OLE color: 11682545.

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

Color convert

RGB 241 66 178 -
CMYK 0 0.73 0.26 0.05
HSL 321.6º 0.86% 0.6% -
HSV(B) 321.6º 0.73% 0.95% -
XYZ 46.26 25.81 44.66 -
YUV 131.09 154.48 206.39 -
System Red Green Blue C M Y K H S L
Decimal 241 66 178 0 0.73 0.26 0.05 321.6 0.86 0.6
Hex F1 42 B2 0 49 1A 5 142 56 3C
Octal 361 102 262 0 111 32 5 502 126 74
Binary 11110001 1000010 10110010 0 1001001 11010 101 101000010 1010110 111100

Color Harmonies of #F142B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F142B2

Black with #F142B2

Text Example


Text Example

White with #F142B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F142B2; }

 p { color: rgb(241,66,178); }

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

background-color css

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

 a { background-color: rgb(241,66,178); }

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

border-color css

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

 span { border-color: rgb(241,66,178); }

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