Html Css Color HEX #FD307B Violet Red

📋 copy color: '#FD307B'

red 253 ◦ green 48 ◦ blue 123

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

Shades of Violet Red #FD307B

Tints of Violet Red #FD307B

RGB

 RED value IS 253 (99.22% from 255) = 59.67%

 GREEN value IS 48 (19.14% from 255) = 11.32%

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 59.67%
G = 11.32%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD307B (or 0xFD307B) is known color: Violet Red. HEX triplet: FD, 30 and 7B. RGB value is (253,48,123). Sum of RGB (Red+Green+Blue) = 253+48+123=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD307B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD307B is #02CF84. Grayscale: #757575. Windows color (decimal): -184197 or 8073469. OLE color: 8073469.

HSL color Cylindrical-coordinate representation of color #FD307B: hue angle of 338.05º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD307B is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 48 123 -
CMYK 0 0.81 0.51 0.01
HSL 338.05º 0.98% 0.59% -
HSV(B) 338.05º 0.81% 0.99% -
XYZ 45.14 24.43 21.07 -
YUV 117.85 130.92 224.4 -
System Red Green Blue C M Y K H S L
Decimal 253 48 123 0 0.81 0.51 0.01 338.05 0.98 0.59
Hex FD 30 7B 0 51 33 1 152 62 3B
Octal 375 60 173 0 121 63 1 522 142 73
Binary 11111101 110000 1111011 0 1010001 110011 1 101010010 1100010 111011

Color Harmonies of #FD307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD307B

Black with #FD307B

Text Example


Text Example

White with #FD307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD307B; }

 p { color: rgb(253,48,123); }

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

background-color css

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

 a { background-color: rgb(253,48,123); }

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

border-color css

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

 span { border-color: rgb(253,48,123); }

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