Html Css Color HEX #F243A5 Brilliant Rose

📋 copy color: '#F243A5'

red 242 ◦ green 67 ◦ blue 165

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

Shades of Brilliant Rose #F243A5

Tints of Brilliant Rose #F243A5

RGB

 RED value IS 242 (94.92% from 255) = 51.05%

 GREEN value IS 67 (26.56% from 255) = 14.14%

 BLUE value IS 165 (64.84% from 255) = 34.81%

R = 51.05%
G = 14.14%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F243A5 (or 0xF243A5) is known color: Brilliant Rose. HEX triplet: F2, 43 and A5. RGB value is (242,67,165). Sum of RGB (Red+Green+Blue) = 242+67+165=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F243A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F243A5 is #0DBC5A. Grayscale: #828282. Windows color (decimal): -900187 or 10830834. OLE color: 10830834.

HSL color Cylindrical-coordinate representation of color #F243A5: hue angle of 326.4º degrees, saturation: 0.87, 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 #F243A5 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 67 165 -
CMYK 0 0.72 0.32 0.05
HSL 326.4º 0.87% 0.61% -
HSV(B) 326.4º 0.72% 0.95% -
XYZ 45.42 25.61 38.15 -
YUV 130.5 147.48 207.53 -
System Red Green Blue C M Y K H S L
Decimal 242 67 165 0 0.72 0.32 0.05 326.4 0.87 0.61
Hex F2 43 A5 0 48 20 5 146 57 3D
Octal 362 103 245 0 110 40 5 506 127 75
Binary 11110010 1000011 10100101 0 1001000 100000 101 101000110 1010111 111101

Color Harmonies of #F243A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F243A5

Black with #F243A5

Text Example


Text Example

White with #F243A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F243A5; }

 p { color: rgb(242,67,165); }

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

background-color css

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

 a { background-color: rgb(242,67,165); }

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

border-color css

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

 span { border-color: rgb(242,67,165); }

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